aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:54:37 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:54:37 -0400
commitd63696d065bd91dc173093741d6020699bdd770c (patch)
treec41c347c9a7425966a4cf54232d740811e729878 /_layouts/post.html
parent734a6bba41370d919d3a74466b1a75ce50b2829d (diff)
downloadkompetenzbolzen.github.io-d63696d065bd91dc173093741d6020699bdd770c.tar.gz
Largely unsuccessful attempt to fix markup tag indenting
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