fixed issue with header/footer rules not rendering properly
This commit is contained in:
parent
93c0359df2
commit
ab1b7afaf8
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<header id="header">{{ .Header }}</header>
|
<header id="header">{{ .Header }}<hr></header>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
<footer id="footer">{{ .Footer }}</footer>
|
<footer id="footer"><hr>{{ .Footer }}</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue