Add a new line in single_main.html

This commit is contained in:
Eryn Wells 2022-10-09 12:17:02 -07:00
parent d1171e992f
commit a6128d8556

View file

@ -6,6 +6,7 @@
<div class="post-date"><time>{{ .Date | time.Format "January 2, 2006" }}</time></div>
</div>
</header>
<section class="post-content">
{{ .Content }}
</section>