Jake Howard
7dd9793f03
Couldn't get it showing pages in the past, because Hugos docs on what the default are appear to be incorrect
9 lines
195 B
HTML
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 }}
|