feat: Rewrite in Zola
This commit is contained in:
21
templates/includes/footer.html
Normal file
21
templates/includes/footer.html
Normal file
@ -0,0 +1,21 @@
|
||||
<footer class="site-footer">
|
||||
{% if config.extra.footer.show_copyright %}
|
||||
<p title="Last built at {{ now() | date(format='%F %R %Z') }}">© {{ config.title }}, 2023</p>
|
||||
{% endif %}
|
||||
|
||||
{% if config.extra.footer.show_source %}
|
||||
<p><a href="{{ config.extra.source_url }}">Website source</a></p>
|
||||
{% endif %}
|
||||
|
||||
{% if config.extra.footer.show_powered_by %}
|
||||
<p><small>Powered by <a href="https://www.getzola.org">Zola</a> and <a href="https://duckquill.exozy.me">Duckquill</a></small></p>
|
||||
{% endif %}
|
||||
|
||||
{% if config.extra.footer.show_johnvert %}
|
||||
<small>
|
||||
<details><summary>Johnvertisement</summary>
|
||||
<iframe class="johnvertisement" title="Johnvertisement" src="https://john.citrons.xyz/embed?ref={{ config.extra.footer.johnvert_ref }}"></iframe>
|
||||
</details>
|
||||
</small>
|
||||
{% endif %}
|
||||
</footer>
|
Reference in New Issue
Block a user