update footer
This commit is contained in:
parent
13425cb73c
commit
04a875c2c8
@ -24,11 +24,7 @@
|
||||
</div>
|
||||
</main>
|
||||
<footer class="bg-white dark:bg-gray-900 shadow mt-auto">
|
||||
<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">
|
||||
© {{ now() | date(format="%Y") }} {{ config.title }}
|
||||
</p>
|
||||
</div>
|
||||
{% include "partials/footer.html" %}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
6
templates/partials/footer.html
Normal file
6
templates/partials/footer.html
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
<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">
|
||||
© {{ now() | date(format="%Y") }} {{ config.title }}
|
||||
</p>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user