aboutsummaryrefslogtreecommitdiff
path: root/index.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 /index.html
parent734a6bba41370d919d3a74466b1a75ce50b2829d (diff)
downloadkompetenzbolzen.github.io-d63696d065bd91dc173093741d6020699bdd770c.tar.gz
Largely unsuccessful attempt to fix markup tag indenting
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/index.html b/index.html
index dfcf58b..dedafef 100644
--- a/index.html
+++ b/index.html
@@ -4,15 +4,15 @@ layout: default
<div class="posts">
{% for post in site.posts %}
- <article class="post">
-
- <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+ <article class="post">
+
+ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- <div class="entry">
- {{ post.content | truncatewords:40}}
- </div>
-
- <a href="{{ post.url }}" class="read-more">Read More</a>
- </article>
+ <div class="entry">
+ {{ post.content | truncatewords:40}}
+ </div>
+
+ <a href="{{ post.url }}" class="read-more">Read More</a>
+ </article>
{% endfor %}
</div> \ No newline at end of file