Initial commit
This commit is contained in:
commit
a82a9bf4c8
65 changed files with 18450 additions and 0 deletions
2
layouts/partials/portfolio.html
Normal file
2
layouts/partials/portfolio.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{{ $paginator := .Paginate (where (where .Site.Pages "Type" "post") "IsPage" true) }}
|
||||
{{ partial "posts.html" . }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue