adding p around a and date in blog
This commit is contained in:
		@@ -5,7 +5,7 @@ layout: page-screen
 | 
			
		||||
 | 
			
		||||
<h2>▄▀▄▀ Recent Posts ▀▄▀▄</h2>
 | 
			
		||||
{% 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%}
 | 
			
		||||
 | 
			
		||||
{% if paginator.total_pages > 1 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user