www_zola_template/templates/partials/footer.html
2025-05-19 23:08:48 +03:00

7 lines
212 B
HTML

<div class="max-w-7xl mx-auto py-4 px-4 sm:px-6 lg:px-8">
<p class="text-center text-gray-500 dark:text-gray-400">
&copy; {{ now() | date(format="%Y") }} {{ config.title }}
</p>
</div>