1
Fork 0
theorangeone.net-legacy/layouts/_default/single.html
Jake Howard 7dd9793f03
Add related content to pages
Couldn't get it showing pages in the past, because Hugos docs on what the default are appear to be incorrect
2020-07-24 22:44:08 +01:00

9 lines
195 B
HTML

{{ define "main" }}
<div id="main">
<div class="container">
{{ partial "content.html" . }}
</div>
{{ partial "share.html" . }}
{{ partial "related-content.html" . }}
</div>
{{ end }}