aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-18 18:48:22 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-18 18:48:22 -0400
commit6b1d9f5dcaf6ae969fa0a514e4143b05479497eb (patch)
treec3fe03813aa4d318e0391f79bfc0a78e7b411129 /index.html
parent4d4a5eb432987e6bf7d68cbf079a41177ed1a29d (diff)
downloadkompetenzbolzen.github.io-6b1d9f5dcaf6ae969fa0a514e4143b05479497eb.tar.gz
Read More links are back in the main view
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index a1d87ef..dfcf58b 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@ layout: default
{{ post.content | truncatewords:40}}
</div>
- <!--<a href="{{ post.url }}" class="read-more">Read More</a>-->
+ <a href="{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div> \ No newline at end of file