diff --git a/_config.yml b/_config.yml
index 6e05bcb..cee51d5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,7 +13,6 @@ timezone:
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://mdleom.com
-onion: http://xw226dvxac7jzcpsf4xb64r4epr6o5hgn46dxlqk7gnjptakik6xnzqd.onion
root: /
permalink: blog/:year/:month/:day/:title/
permalink_defaults:
@@ -94,6 +93,10 @@ theme_config:
Feed: /atom.xml
GitLab: https://gitlab.com/curben/blog
+ footer:
+ Disclaimer: /disclaimer/
+ Onion: http://xw226dvxac7jzcpsf4xb64r4epr6o5hgn46dxlqk7gnjptakik6xnzqd.onion
+
# Your Feed Location
# https://github.com/hexojs/hexo-generator-feed
rss: /atom.xml
diff --git a/themes/chameleon/layout/_partial/footer.ejs b/themes/chameleon/layout/_partial/footer.ejs
index 9df022d..744db84 100644
--- a/themes/chameleon/layout/_partial/footer.ejs
+++ b/themes/chameleon/layout/_partial/footer.ejs
@@ -8,6 +8,9 @@
- © 2018-<%= date(new Date(), 'YYYY') %> <%= config.author %>. <%- link('https://gitlab.com/curben/blog', 'Powered by ') %> <%- link('https://hexo.io/', 'Hexo') %> with <%- link('https://gitlab.com/curben/blog/tree/master/themes/chameleon', 'Chameleon') %> theme.
Content is available under
CC-BY-SA 4.0, unless indicated otherwise.
<%- link('/disclaimer/', 'Disclaimer') %> <%- link(config.onion, '.Onion') %>
+ © 2018-<%= date(new Date(), 'YYYY') %> <%= config.author %>. <%- link('https://gitlab.com/curben/blog', 'Powered by ') %> <%- link('https://hexo.io/', 'Hexo') %> with <%- link('https://gitlab.com/curben/blog/tree/master/themes/chameleon', 'Chameleon') %> theme.
Content is available under
CC-BY-SA 4.0, unless indicated otherwise.
+ <% for (const i in theme.footer) { %>
+
<%= i %>
+ <% } %>
diff --git a/themes/chameleon/layout/_partial/header.ejs b/themes/chameleon/layout/_partial/header.ejs
index e0a38eb..5298c99 100644
--- a/themes/chameleon/layout/_partial/header.ejs
+++ b/themes/chameleon/layout/_partial/header.ejs
@@ -1,7 +1,7 @@