Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Read More links are back in the main view
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed May 18, 2014
1 parent 4d4a5eb commit 6b1d9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
{{ 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>

0 comments on commit 6b1d9f5

Please sign in to comment.