Socials
All checks were successful
Build / build (push) Successful in 43s

This commit is contained in:
2024-12-14 15:53:18 +01:00
parent 8f19a06340
commit 7488b66720
2 changed files with 24 additions and 5 deletions

View File

@ -29,7 +29,14 @@
{% endblock %}
<footer>
<p>&copy; {{ now() | date(format="%Y") }} {{ config.title }}</p>
<div class="wrap">
<p>&copy; {{ now() | date(format="%Y") }} {{ config.title }}</p>
<div class="socials">
<a href="https://www.instagram.com/kocandaci/" target="_blank"><i class="ri-instagram-line"></i></a>
<a href="https://www.facebook.com/kocandaci" target="_blank"><i class="ri-facebook-box-line"></i></a>
<a href="https://www.youtube.com/channel/UCd5GIRz17QOQpCpg5PGi0PQ/featured" target="_blank"><i class="ri-youtube-line"></i></a>
</div>
</div>
</footer>
{% block script %}