diff --git a/_config.yml b/_config.yml index 6d8d360..17bd56b 100644 --- a/_config.yml +++ b/_config.yml @@ -31,6 +31,10 @@ favicon: /images/avatar-small.png #mathjax mathjax: true +# 'Read more' button excerpt_link: 继续阅读 +# Footer message site_license: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. +thanks_message: thanks to GitHub Pages for free hosting. + diff --git a/languages/default.yml b/languages/default.yml index 71957e8..220ec27 100644 --- a/languages/default.yml +++ b/languages/default.yml @@ -1,3 +1,5 @@ -newer: "Newer Post" -older: "Older Post" -read: "Read" \ No newline at end of file +newerpost: "Newer Post" +olderpost: "Older Post" +read: Read +next: Next +previous: Prev diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 37d02ee..e8fcbf5 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -3,7 +3,7 @@ © <%- date(Date.now(), 'YYYY') %> <%= config.author || config.title %><% if (theme.site_license) { %> - This site is licensed under a <%- theme.site_license %><% } %>
- +