Add read more links to index pages
This commit is contained in:
parent
cbb78665b9
commit
0585bb07c7
|
@ -19,6 +19,9 @@ metadata.layout = "default.html.ejs"
|
||||||
<div class="article-content" itemprop="description">
|
<div class="article-content" itemprop="description">
|
||||||
<%- post.metadata.excerpt %>
|
<%- post.metadata.excerpt %>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="read-more-link">
|
||||||
|
<a href="<%= post.metadata.permalink %>">Read more...</a>
|
||||||
|
</p>
|
||||||
</article>
|
</article>
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,6 +15,9 @@ metadata.layout = "default.html.ejs"
|
||||||
<div class="article-content" itemprop="description">
|
<div class="article-content" itemprop="description">
|
||||||
<%- post.metadata.excerpt %>
|
<%- post.metadata.excerpt %>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="read-more-link">
|
||||||
|
<a href="<%= post.metadata.permalink %>">Read more...</a>
|
||||||
|
</p>
|
||||||
</article>
|
</article>
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue