aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-02-12 20:42:49 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-02-12 20:42:49 -0500
commitdb4dceaba5b629fa0ff6769c448f87febb2b6af3 (patch)
tree606abe33d78e798c792dd7ccba581d855245d2a3 /index.html
parent6c7ba1bc57f452a537548996823111b9a724c675 (diff)
downloadkompetenzbolzen.github.io-db4dceaba5b629fa0ff6769c448f87febb2b6af3.tar.gz
Lots of style updates
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 4ea92e7..2f3de29 100644
--- a/index.html
+++ b/index.html
@@ -6,12 +6,12 @@ layout: default
{% for post in site.posts %}
<article class="post">
<header>
- <h2>{{ post.title }}</h2>
+ <h1>{{ post.title }}</h1>
</header>
- <div class="entry">{{ post.content | truncatewords:50}}</div>
+ <div class="entry">{{ post.content | truncatewords:40}}</div>
- <a href="{{ post.url }}">Read More</a>
+ <a href="{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div> \ No newline at end of file