fixed article template override

This commit is contained in:
Daniel Fichtinger 2024-11-28 18:15:12 -05:00
parent bfe7ddffd4
commit c65ebfc809
4 changed files with 12 additions and 19 deletions

View file

@ -15,13 +15,7 @@
<body>
<div id="container">
<header id="header">{{ .Header }}</header>
<article id="content">
{{ .Content }}
<nav id="nextprev">
{{ .NextPost }}<br />
{{ .PrevPost }}
</nav>
</article>
<footer id="footer">{{ .Footer }}</footer>
</div>
</body>