fixed issue with header/footer rules not rendering properly

This commit is contained in:
Daniel Fichtinger 2024-11-30 18:24:36 -05:00
parent 93c0359df2
commit ab1b7afaf8

View file

@ -14,9 +14,9 @@
</head>
<body>
<div id="container">
<header id="header">{{ .Header }}</header>
<header id="header">{{ .Header }}<hr></header>
{{ .Content }}
<footer id="footer">{{ .Footer }}</footer>
<footer id="footer"><hr>{{ .Footer }}</footer>
</div>
</body>
</html>