Update index.html
This commit is contained in:
		
							parent
							
								
									50855b74c2
								
							
						
					
					
						commit
						bda353fdda
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		| 
						 | 
					@ -9,11 +9,9 @@ layout: default
 | 
				
			||||||
      <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
 | 
					      <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      <p class='info'>
 | 
					      <p class='info'>
 | 
				
			||||||
        <span>{{page.date | date: "%B %d, %Y" }}</span>
 | 
					        <span>{{post.date | date: "%B %d, %Y" }}</span>
 | 
				
			||||||
        /
 | 
					        /
 | 
				
			||||||
        <span>
 | 
					        <span>by {{post.author}}</span>
 | 
				
			||||||
          by {{page.author}}
 | 
					 | 
				
			||||||
        </span>
 | 
					 | 
				
			||||||
      </p>
 | 
					      </p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <div class="entry">
 | 
					      <div class="entry">
 | 
				
			||||||
| 
						 | 
					@ -23,4 +21,4 @@ layout: default
 | 
				
			||||||
      <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
 | 
					      <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
 | 
				
			||||||
    </article>
 | 
					    </article>
 | 
				
			||||||
  {% endfor %}
 | 
					  {% endfor %}
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue