diff --git a/changelog.txt b/changelog.txt index 6d282c43c..e4b80a667 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +------------------------------ +Ghostwriter Version 1.8.2 +------------------------------ + +- Fixed multiline code block indention + ------------------------------ Ghostwriter Version 1.8.1 ------------------------------ diff --git a/index.hbs b/index.hbs index 8daaab1d0..51ac86277 100644 --- a/index.hbs +++ b/index.hbs @@ -3,7 +3,8 @@
tag content}} +{{> post-content}} {{/if}} {{/foreach}}
tag content}} +{{{content}}} {{#if tags}}diff --git a/post.hbs b/post.hbs index 433110707..b31b8c337 100644 --- a/post.hbs +++ b/post.hbs @@ -2,6 +2,7 @@{{#post}} - {{> post-content}} +{{! No indention to prevent handlebars indenting\ No newline at end of filetag content}} +{{> post-content}} {{/post}}