aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-02-11 09:11:56 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-02-11 09:11:56 -0500
commita0d3ee167907e55b47def7fbfa76298a326ed8b4 (patch)
treebd3a95c89ee51778dc80c8a86517c5ce9c8d0607 /index.html
parentcbfcf3a3d186733500eb0bf45b5a416832575034 (diff)
downloadkompetenzbolzen.github.io-a0d3ee167907e55b47def7fbfa76298a326ed8b4.tar.gz
Homepage blog format updates.
Diffstat (limited to 'index.html')
-rw-r--r--index.html27
1 files changed, 10 insertions, 17 deletions
diff --git a/index.html b/index.html
index aeae8fe..4ea92e7 100644
--- a/index.html
+++ b/index.html
@@ -2,23 +2,16 @@
layout: default
---
-<ul class="posts">
+<div class="posts">
{% for post in site.posts %}
- <li>
- <article class="post">
- <header>
- <time datetime="{{ post.date }}">{{ post.date | date: "%m.%d.%Y" }}</time>
- <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
- </header>
+ <article class="post">
+ <header>
+ <h2>{{ post.title }}</h2>
+ </header>
- <div class="entry">
- {{ post.content | truncatewords:85}}
-
- <p class="read-more">
- <a href="{{ post.url }}">Read more</a>
- </p>
- </div>
- </article>
- </li>
+ <div class="entry">{{ post.content | truncatewords:50}}</div>
+
+ <a href="{{ post.url }}">Read More</a>
+ </article>
{% endfor %}
-</ul> \ No newline at end of file
+</div> \ No newline at end of file