This commit is contained in:
@ -29,7 +29,14 @@
|
||||
{% endblock %}
|
||||
|
||||
<footer>
|
||||
<p>© {{ now() | date(format="%Y") }} {{ config.title }}</p>
|
||||
<div class="wrap">
|
||||
<p>© {{ 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 %}
|
||||
|
Reference in New Issue
Block a user