17
0
Fork 0

Fix wrong link in footer.

This commit is contained in:
boris 2023-07-25 08:29:48 +02:00
parent 006f2f1a81
commit 0f374fb37e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<p class="tracking-tighter md:tracking-normal text-sm md:text-base text-gray-600 px-8 md:px-0 py-2">
Built with <a href="https://www.getzola.org" target="_blank" class="font-semibold hover:text-aerogramme-blue">Zola</a>,
powered by <a href="{{config.base_url}}" class="font-semibold hover:text-aerogramme-blue">Garage</a>,
powered by <a href="https://garagehq.deuxfleurs.fr" class="font-semibold hover:text-aerogramme-blue">Garage</a>,
hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-aerogramme-blue">Deuxfleurs</a>
</p>
</div>