Adjusting post layout with additional metadata
This commit is contained in:
		
							parent
							
								
									ee459065cb
								
							
						
					
					
						commit
						4b931dcaef
					
				
					 1 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,7 +3,15 @@ layout: default
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<article class="post">
 | 
					<article class="post">
 | 
				
			||||||
  <h1>{{ page.title }}</h1>
 | 
					  <p class='info'>
 | 
				
			||||||
 | 
					    <span>{{page.date | date: "%B %d, %Y" }}</span>
 | 
				
			||||||
 | 
					    /
 | 
				
			||||||
 | 
					    <span>
 | 
				
			||||||
 | 
					      by {{page.author}}
 | 
				
			||||||
 | 
					    </span>
 | 
				
			||||||
 | 
					  </p>
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  <h1><a href="{{page.url}}">{{page.title}}</a></h1>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <div class="entry">
 | 
					  <div class="entry">
 | 
				
			||||||
    {{ content }}
 | 
					    {{ content }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue