aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html4
-rw-r--r--_layouts/post.html5
2 files changed, 5 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index b43c60b..e4fb5cb 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -40,7 +40,9 @@
</div>
</div>
- <div id="main" role="main" class="container">{{ content }}</div>
+ <div id="main" role="main" class="container">
+ {{ content }}
+ </div>
<div class="wrapper-footer">
<div class="container">
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