Adding spacing to the posts list

This commit is contained in:
Timothy Rogers 2022-03-26 01:49:51 +00:00
parent 0244f0a13b
commit a7faa5321e
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@
<div> <div>
<a href="{{ .RelPermalink }}">Read More…</a> <a href="{{ .RelPermalink }}">Read More…</a>
</div> </div>
<br />
{{ end }} {{ end }}
</article> </article>
{{ end }} {{ end }}

View file

@ -23,6 +23,7 @@
<div> <div>
<a href="{{ .RelPermalink }}">Read More…</a> <a href="{{ .RelPermalink }}">Read More…</a>
</div> </div>
<br />
{{ end }} {{ end }}
</article> </article>
{{ end }} {{ end }}