changed text deco in blog
This commit is contained in:
		@@ -3,9 +3,9 @@ title: Blog
 | 
			
		||||
layout: page-screen
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<h2 class="blog-head">▄▀▄▀ Recent Posts ▀▄▀▄</h2>
 | 
			
		||||
<h2 class="blog-head">Recent Posts</h2>
 | 
			
		||||
{% for post in paginator.posts %}
 | 
			
		||||
<p class="blog-date"> ░▒▓█ {{post.date | date: '%Y-%m-%d' }} █▓▒░ </p><p class="blog-post"><a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}</a></p>
 | 
			
		||||
<p class="blog-date"> ░▒▓█ {{post.date | date: '%Y-%m-%d' }} </p><p class="blog-post"><a href="{{site.baseurl}}{{post.url}}">cat {{post.title | replace:' ','_'}}</a></p>
 | 
			
		||||
{%endfor%}
 | 
			
		||||
 | 
			
		||||
{% if paginator.total_pages > 1 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user