Add read more links to index pages

This commit is contained in:
Shadowfacts 2019-01-04 17:36:04 -05:00
parent cbb78665b9
commit 0585bb07c7
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@ metadata.layout = "default.html.ejs"
<div class="article-content" itemprop="description">
<%- post.metadata.excerpt %>
</div>
<p class="read-more-link">
<a href="<%= post.metadata.permalink %>">Read more...</a>
</p>
</article>
<% } %>
</div>

View File

@ -15,6 +15,9 @@ metadata.layout = "default.html.ejs"
<div class="article-content" itemprop="description">
<%- post.metadata.excerpt %>
</div>
<p class="read-more-link">
<a href="<%= post.metadata.permalink %>">Read more...</a>
</p>
</article>
<% } %>
</div>