diff --git a/README.md b/README.md index 8c83500..73ebd9a 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Following changes have been made on Hexo: Following changes have been made on Typing theme: - Homepage shows index of posts. -- Remove all analytics code. - Remove header and footer display (except for `/about` page). - Use the latest version of [jQuery](https://jquery.com/download/), [fancyBox](https://github.com/fancyapps/fancyBox/releases) and [Font Awesome](https://github.com/FortAwesome/Font-Awesome/releases) - All js and css files are self-hosted. +- Remove analytic, comment system and donation links. --- diff --git a/themes/typing/layout/_partial/article.ejs b/themes/typing/layout/_partial/article.ejs index 6ea34cf..89d60df 100644 --- a/themes/typing/layout/_partial/article.ejs +++ b/themes/typing/layout/_partial/article.ejs @@ -19,25 +19,6 @@ <% } else { %> <%- post.content %> <% } %> - <% if (theme.donate.enable){ %> - - <% } %>