Skip to content

Commit

Permalink
Update footer.swig
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored Jul 28, 2017
1 parent 054f6d4 commit b1d6ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/navy/layout/partial/footer.swig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer id="footer" class="wrapper">
<div class="inner">
<div id="footer-copyright">
&copy; {{ moment(Date.now()).year() }} <a href="https://zespia.tw/" target="_blank">{{ config.author }}</a><br>
&copy; {{ moment(Date.now()).year() }} <a href="https://github.com/hexojs/hexo/graphs/contributors" target="_blank">{{ config.author }}</a><br>
Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>.
</div>
<div id="footer-links">
Expand Down

0 comments on commit b1d6ffd

Please sign in to comment.