Added Read More link in index

This commit is contained in:
Sagi Dayan 2014-09-28 23:34:46 +03:00
parent 215cbfbcae
commit 81b2b09257

View file

@ -81,7 +81,12 @@ if (window.clipboardData)
{% endif %}
<section class="post-excerpt" itemprop="description">
<p>{{ post.content | strip_html | truncatewords: 50 }}</p>
<p>
{{ post.content | strip_html | truncatewords: 50 }}
<a href="{{ site.baseurl }}{{ post.url }}" itemprop="url">
<br><b>[Read More] </b>
</a>
</p>
</section>
<div class="post-meta">
<time datetime="{{ post.date | date_to_long_string }}">{{ post.date | date_to_long_string }}</time>
@ -109,7 +114,12 @@ if (window.clipboardData)
{% endif %}
<section class="post-excerpt" itemprop="description">
<p>{{ post.content | strip_html | truncatewords: 50 }}</p>
<p>
{{ post.content | strip_html | truncatewords: 50 }}
<a href="{{ site.baseurl }}{{ post.url }}" itemprop="url">
<br><b>[Read More] </b>
</a>
</p>
</section>
<div class="post-meta">
<time datetime="{{ post.date | date_to_long_string }}">{{ post.date | date_to_long_string }}</time>