Customize theme

This commit is contained in:
2021-06-05 03:52:12 -05:00
parent 3cd8cdbd9c
commit cebd79a0f1
5 changed files with 12 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
<% if (post.excerpt){ %>
<%- post.excerpt %>
<p class="article-more-link">
<a href="<%- url_for(post.path) %>">阅读全文</a>
<a href="<%- url_for(post.path) %>">Read more</a>
</p>
<% } else { %>
<%- post.content %>