working on the blog listing page. Almost finished. Needs a few tweaks.
[theme-danix.xyz.git] / layouts / page / list.html
1 {{ define "page-list-main" }}
2 <article>
3 <div class="inner">
4 <p>{{ .Content }}</p>
5 </div>
6 </article>
7 {{ end }}