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