aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index f45cd6b..a84a4fe 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,8 +3,7 @@ layout: default
---
<article class="post">
-
- <h1>{{ page.title }}</h1>
+ <h1>{{ page.title }}</h1>
<div class="entry">
{{ content }}
@@ -15,4 +14,4 @@ layout: default
</div>
{% include disqus.html disqus_identifier=page.disqus_identifier %}
-</article>
+</article> \ No newline at end of file