aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2015-02-23 01:03:16 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2015-02-23 01:03:16 -0500
commitf3ce4344d1d5d5cdf3212ba0e0d07cc1ba26bdea (patch)
tree1c0356b58244a72e4f0804d8fcd0314037cb7db6 /index.html
parenta8a038dc32dfa97b268ea0c44cc0502033622f8d (diff)
downloadkompetenzbolzen.github.io-f3ce4344d1d5d5cdf3212ba0e0d07cc1ba26bdea.tar.gz
Removing all of the trailing whitespace
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 0e3e137..d15ca42 100644
--- a/index.html
+++ b/index.html
@@ -4,14 +4,14 @@ layout: default
<div class="posts">
{% for post in site.posts %}
- <article class="post">
-
+ <article class="post">
+
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.content | truncatewords:40}}
</div>
-
+
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}