10 lines
No EOL
341 B
Cheetah
10 lines
No EOL
341 B
Cheetah
## -*- coding: utf-8 -*-
|
|
|
|
<%def name="html_footer()">
|
|
%if content_footer:
|
|
<footer class="site-footer" id="footer">
|
|
<span> CC BY-SA 4.0 International.<br> </span>
|
|
<span class="site-footer-credits"><a href="https://getnikola.com">Nikola</a>, <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a>.</span>
|
|
</footer>
|
|
%endif
|
|
</%def> |