adding p around a and date in blog
This commit is contained in:
parent
ababe2ef8b
commit
6b2b6e5c7d
@ -5,7 +5,7 @@ layout: page-screen
|
|||||||
|
|
||||||
<h2>▄▀▄▀ Recent Posts ▀▄▀▄</h2>
|
<h2>▄▀▄▀ Recent Posts ▀▄▀▄</h2>
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░<a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}.txt</a>
|
<p> ░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░ </p><p><a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}.txt</a></p>
|
||||||
{%endfor%}
|
{%endfor%}
|
||||||
|
|
||||||
{% if paginator.total_pages > 1 %}
|
{% if paginator.total_pages > 1 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user