weryskok.ru/templates/footer.html
Alexander Minkin 7aa6938137
refactor: change SSG to Zola (#1)
* ci: disable action as it will need a rework

* refactor: change SSG to Zola

* ci: set up action for Zola
2024-09-22 15:06:28 +03:00

19 lines
666 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer class="bg-dark text-light py-2 mt-5">
<div class="container py-2">
<div class="btn-group float-end">
<a class="btn btn-primary" href="https://t.me/werychan"
><i class="fab fa-telegram-plane"></i
></a>
<a class="btn btn-primary" href="https://vk.com/weryskok"
><i class="fab fa-vk"></i
></a>
<a
rel="me"
class="btn btn-primary"
href="https://mastodon.ml/@WerySkok"
><i class="fab fa-mastodon"></i
></a>
</div>
<p>WerySkok.ru, 20212024</p>
</div>
</footer>