start work on byline
This commit is contained in:
		
							
								
								
									
										11
									
								
								_includes/byline.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								_includes/byline.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
 | 
			
		||||
{% if page.layout == "post" or page.layout == "blog" or page.layout == "page" %}
 | 
			
		||||
<!--
 | 
			
		||||
	<div class="byline">
 | 
			
		||||
		<span class="author">{{ site.author.short_name }}</span>
 | 
			
		||||
		<span class="date">{{ page.date | date: "%a, %-d %b, %Y" }}</span>
 | 
			
		||||
	</div>
 | 
			
		||||
-->
 | 
			
		||||
{% else %}
 | 
			
		||||
	<!-- this page type has no byline -->
 | 
			
		||||
{% endif %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user