Remove old CSS class in single.html

This commit is contained in:
Joshua Goins 2022-09-26 11:07:29 -04:00
parent cd5848b300
commit e27728d6fc

View file

@ -1,7 +1,7 @@
{{ define "main" }} {{ define "main" }}
<h2>{{ .Title }}</h2> <h2>{{ .Title }}</h2>
<div class="blog-img"> <div>
{{ .Content }} {{ .Content }}
</div> </div>