mirror of https://gitlab.com/curben/blog
docs(page): add Disclaimer page
credit https://www.termsfeed.com/blog/disclaimer-examples/
This commit is contained in:
parent
6fff7ee8d2
commit
6b5feb809e
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
layout: page
|
||||
---
|
||||
All views expressed on this site are my own and do not represent the opinions of any entity whatsoever with which I have been, am now or will be affiliated.
|
|
@ -9,7 +9,7 @@
|
|||
<footer id="footer" class="archive-footer footer">
|
||||
<hr>
|
||||
<% } %>
|
||||
<div id="copyright" class="copyright">
|
||||
© 2018-<%= date(new Date(), 'YYYY') %> <%= config.author %>. <%= __('powered_by') %> <%- link_to('https://hexo.io/', 'Hexo') %> with <%- link_to('https://github.com/geekplux/hexo-theme-typing', 'Typing') %> theme. <br>Content is available under <%- link_to('https://creativecommons.org/licenses/by-sa/4.0/', 'CC-BY-SA 4.0') %>.
|
||||
</div>
|
||||
</footer>
|
||||
<div id="copyright" class="copyright">
|
||||
© 2018-<%= date(new Date(), 'YYYY') %> <%= config.author %>. <%= __('powered_by') %> <%- link_to('https://hexo.io/', 'Hexo') %> with <%- link_to('https://github.com/geekplux/hexo-theme-typing', 'Typing') %> theme. <br/>Content is available under <%- link_to('https://creativecommons.org/licenses/by-sa/4.0/', 'CC-BY-SA 4.0') %>, unless indicated otherwise. <br/><%- link_to('/disclaimer/', 'Disclaimer') %>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue