aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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