From 100730a537ed826bc04f8bd1dd5f20c20fa404e3 Mon Sep 17 00:00:00 2001 From: curben Date: Wed, 19 Sep 2018 18:49:07 +0930 Subject: [PATCH] Remove donation links and icons --- README.md | 2 +- themes/typing/layout/_partial/article.ejs | 19 --- themes/typing/layout/_partial/head.ejs | 1 - themes/typing/source/css/donate.css | 1 - themes/typing/source/images/alipay.svg | 46 -------- themes/typing/source/images/bitcoin.svg | 135 ---------------------- themes/typing/source/images/github.svg | 1 - themes/typing/source/images/like.svg | 1 - themes/typing/source/images/paypal.svg | 63 ---------- themes/typing/source/images/wechat.svg | 49 -------- 10 files changed, 1 insertion(+), 317 deletions(-) delete mode 100644 themes/typing/source/css/donate.css delete mode 100644 themes/typing/source/images/alipay.svg delete mode 100644 themes/typing/source/images/bitcoin.svg delete mode 100644 themes/typing/source/images/github.svg delete mode 100644 themes/typing/source/images/like.svg delete mode 100644 themes/typing/source/images/paypal.svg delete mode 100644 themes/typing/source/images/wechat.svg 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){ %> - - <% } %>