Change post navigation

* Delete old post directory
This commit is contained in:
Nishanth Shanmugham
2015-08-26 23:35:46 -05:00
parent 745b85eea7
commit c10b0581a3
10 changed files with 10 additions and 4044 deletions

View File

@@ -3,9 +3,11 @@
<div class="container">
<div class="content">
{{ partial "page-heading" . }}
{{ range .Data.Pages.ByPublishDate }}
{{ partial "li.html" . }}
{{ end }}
<ul>
{{ range .Data.Pages.ByPublishDate }}
{{ partial "li.html" . }}
{{ end }}
</ul>
</div>
</div>
</div>