forked from shadowfacts/shadowfacts.net
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">
|
||||
<%- post.metadata.excerpt %>
|
||||
</div>
|
||||
<p class="read-more-link">
|
||||
<a href="<%= post.metadata.permalink %>">Read more...</a>
|
||||
</p>
|
||||
</article>
|
||||
<% } %>
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue