diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 04e3586..50191fa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,5 +5,5 @@ layout: default <p class="meta">{{ page.date | date_to_string }}</p> <div class="post"> -{{ content }} + {{ content }} </div> |
