added single layout because articles need it. Might consider moving it to articles...
[theme-danix.xyz.git] / layouts / post / single.html
1 {{ define "page-main" }}
2 <article class="single-page">
3 <div id="page-content">
4 {{ .Content }}
5 </div>
6 </article>
7 {{ end }}