Consistently use triple braces for post titles

This commit is contained in:
Hannah Wolfe 2013-10-09 19:28:59 +01:00
parent 6096654136
commit 10beda3f6c
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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}}