fixed: blog post inconsistencies, hr at end of blog post, and added br before footers

This commit is contained in:
rawleyIfowler
2022-04-16 12:05:18 -05:00
parent bbdff02015
commit b9d8e0a2a4
5 changed files with 29 additions and 6 deletions

View File

@@ -9,11 +9,6 @@
</head>
<body>
{{ template "nav.tmpl" . }}
<div>
<h2>{{ .Title }}</h2>
<div>{{ .Content | UnescapeHTML }}</div>
<hr/>
<p class="subtext">
This site used to have comments. Unfortunatley maintaining a comment system that can resist bots, spammers, and other hooligans is quite tiresome. Until I figure out a way to efficiently handle comments, they are disabled. Sorry for the inconvenience.
</p>
{{ template "footer_no_banners.tmpl" . }}