Adding spacing to the posts list
This commit is contained in:
parent
0244f0a13b
commit
a7faa5321e
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
<div>
|
||||
<a href="{{ .RelPermalink }}">Read More…</a>
|
||||
</div>
|
||||
<br />
|
||||
{{ end }}
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<div>
|
||||
<a href="{{ .RelPermalink }}">Read More…</a>
|
||||
</div>
|
||||
<br />
|
||||
{{ end }}
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
Reference in a new issue