mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Consistently use triple braces for post titles
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
			
		||||
    <article class="{{post_class}}">
 | 
			
		||||
        <header class="post-header">
 | 
			
		||||
            <span class="post-meta"><time datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMM YYYY"}}</time> {{#if tags}}on {{tags}}{{/if}}</span>
 | 
			
		||||
            <h2 class="post-title"><a href="{{url}}">{{title}}</a></h2>
 | 
			
		||||
            <h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2>
 | 
			
		||||
 | 
			
		||||
        </header>
 | 
			
		||||
        <section class="post-excerpt">
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								post.hbs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								post.hbs
									
									
									
									
									
								
							@@ -24,7 +24,7 @@
 | 
			
		||||
        {{! Everything below outputs content of the the post which has been published }}
 | 
			
		||||
        <span class="post-meta"><time datetime="{{date format="YYYY-MM-DD"}}">{{date format='DD MMM YYYY'}}</time> {{#if tags}}on {{tags separator=" | "}}{{/if}}</span>
 | 
			
		||||
 | 
			
		||||
        <h1 class="post-title">{{title}}</h1>
 | 
			
		||||
        <h1 class="post-title">{{{title}}}</h1>
 | 
			
		||||
 | 
			
		||||
        <section class="post-content">
 | 
			
		||||
            {{content}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user