Include front matter in home and list pages if provided

Contents in `_index.md` files will be used if the relevant files
exist, per hugo documentation:
https://gohugo.io/templates/lists/#add-content-and-front-matter-to-list-pages
This commit is contained in:
Ori
2020-02-18 23:49:01 -05:00
parent d680e98905
commit c9e27c471a
3 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
<div class="container wrapper">
{{ partial "head.html" . }}
{{ with .Content }}{{ . }}{{ end }}
<div class="recent-posts section">
<h2 class="section-header">
Recent posts