adding tags and categories
This commit is contained in:
		
							parent
							
								
									1c960f4aa8
								
							
						
					
					
						commit
						a488bb0f59
					
				
					 16 changed files with 182 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@ layout: default
 | 
			
		|||
---
 | 
			
		||||
 | 
			
		||||
<div class="posts">
 | 
			
		||||
  {% for post in site.posts %}
 | 
			
		||||
  {% for post in site.posts limit: 6 %}
 | 
			
		||||
    <article class="post">
 | 
			
		||||
 | 
			
		||||
      <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
 | 
			
		||||
| 
						 | 
				
			
			@ -15,4 +15,6 @@ layout: default
 | 
			
		|||
      <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
 | 
			
		||||
    </article>
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
  
 | 
			
		||||
  <a href="/blog/" class="pull-right">more <i class="fa fa-long-arrow-right"></i></a>
 | 
			
		||||
</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue