mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
<footer class="footer">
|
|
{% if config.footer.links %}
|
|
<nav class="footer-links">
|
|
{% for link in config.footer.links %}
|
|
<a href="{{ link.url }}">{{ link.text }}</a>
|
|
{% endfor %}
|
|
</nav>
|
|
{% endif %}
|
|
<p>© {{ config.site.title }}</p>
|
|
<div class="footer-permanent-links">
|
|
<a href="https://github.com/PR0M3TH3AN/Archivox">GitHub</a>
|
|
<a href="https://nostrtipjar.netlify.app/?n=npub15jnttpymeytm80hatjqcvhhqhzrhx6gxp8pq0wn93rhnu8s9h9dsha32lx">Tip Jar</a>
|
|
</div>
|
|
</footer>
|