Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'page.hbs')
-rw-r--r--page.hbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/page.hbs b/page.hbs
index 5f694b7..7c30ba8 100644
--- a/page.hbs
+++ b/page.hbs
@@ -13,7 +13,9 @@
{{#if image}}
<img class="post-featured-image" src="{{image}}">
{{/if}}
- {{{content}}}
+
+{{! No indention to prevent handlebars indenting <pre> tag content}}
+{{{content}}}
{{#if tags}}
<p class="post-tags"><span>Tagged:</span> {{tags}}</p>