diff --git a/themes/chameleon/layout/_partial/footer.ejs b/themes/chameleon/layout/_partial/footer.ejs
index 744db84..56bbdc0 100644
--- a/themes/chameleon/layout/_partial/footer.ejs
+++ b/themes/chameleon/layout/_partial/footer.ejs
@@ -8,7 +8,7 @@
- © 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.
+ © 2018-<%= new Date().getUTCFullYear() %> <%= 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 %>
<% } %>