aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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