Add title to recent pages
This commit is contained in:
parent
1627885324
commit
f1f87aaddd
1 changed files with 18 additions and 15 deletions
|
@ -40,6 +40,8 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<div class="box special">
|
||||
<h2>Recent Posts</h2>
|
||||
<div class="row">
|
||||
{{ range first 6 (where .Data.Pages.ByDate "Kind" "page") }}
|
||||
{{ if ne .Section "" }}
|
||||
|
@ -56,5 +58,6 @@
|
|||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ partial "page_end.html" . }}
|
||||
|
|
Loading…
Reference in a new issue