Initial commit
This commit is contained in:
commit
a82a9bf4c8
65 changed files with 18450 additions and 0 deletions
16
layouts/partials/posts.html
Normal file
16
layouts/partials/posts.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<!-- USE SIDEBAR -->
|
||||
<!-- Post Container -->
|
||||
<div class="
|
||||
col-xl-8 offset-xl-1
|
||||
col-lg-8 offset-lg-1
|
||||
col-12
|
||||
post-container
|
||||
">
|
||||
{{ partial "post_list.html" . }}
|
||||
{{ partial "pagination.html" . }}
|
||||
</div>
|
||||
{{ partial "sidebar.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue