Fork files from barryclark/jekyll-now.
This commit is contained in:
		
							
								
								
									
										18
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
---
 | 
			
		||||
layout: default
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<div class="posts">
 | 
			
		||||
  {% for post in site.posts %}
 | 
			
		||||
    <article class="post">
 | 
			
		||||
 | 
			
		||||
      <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
 | 
			
		||||
 | 
			
		||||
      <div class="entry">
 | 
			
		||||
        {{ post.excerpt }}
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
 | 
			
		||||
    </article>
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user