mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Show the reading time separate only if it exists
This commit is contained in:
		
							
								
								
									
										4
									
								
								post.hbs
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								post.hbs
									
									
									
									
									
								
							@@ -50,7 +50,9 @@ into the {body} tag of the default.hbs template --}}
 | 
			
		||||
                <h4 class="author-name">{{authors}}</h4>
 | 
			
		||||
                <div class="byline-meta-content">
 | 
			
		||||
                    <time class="byline-meta-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
 | 
			
		||||
                    <span class="byline-reading-time"><span class="bull">•</span> {{reading_time}}</span>
 | 
			
		||||
                    {{#if reading_time}}
 | 
			
		||||
                        <span class="byline-reading-time"><span class="bull">•</span> {{reading_time}}</span>
 | 
			
		||||
                    {{/if}}
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user