Fix bogus HTML
This commit is contained in:
parent
dccdd30e74
commit
58fecb83da
2 changed files with 4 additions and 5 deletions
|
@ -209,7 +209,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full flex flex-col items-center justify-center shadow-inner"></div>
|
<div class="w-full flex flex-col items-center justify-center shadow-inner">
|
||||||
<div class="px-8 py-24 space-y-8 text-garage-gray max-w-4xl mx-auto">
|
<div class="px-8 py-24 space-y-8 text-garage-gray max-w-4xl mx-auto">
|
||||||
<h2 class="text-2xl text-garage-orange font-semibold">Sponsors and funding</h2>
|
<h2 class="text-2xl text-garage-orange font-semibold">Sponsors and funding</h2>
|
||||||
<p>The <a class="text-garage-orange underline" href="https://deuxfleurs.fr/" target="_blank">Deuxfleurs association</a>
|
<p>The <a class="text-garage-orange underline" href="https://deuxfleurs.fr/" target="_blank">Deuxfleurs association</a>
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
<footer class="py-4 bg-garage-orange bg-opacity-20">
|
<footer class="py-4 bg-garage-orange bg-opacity-20">
|
||||||
<div class="content has-text-centered flex flex-col items-center justify-center">
|
<div class="content has-text-centered flex flex-col items-center justify-center">
|
||||||
<p>
|
{{ macros:: social_links( social_config=config.extra.social) }}
|
||||||
{{ macros:: social_links( social_config=config.extra.social) }}
|
|
||||||
</p>
|
|
||||||
<p class="tracking-tighter md:tracking-normal text-sm md:text-base text-gray-600 px-8 md:px-0 py-2">
|
<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-garage-orange">Zola</a>,
|
Built with <a href="https://www.getzola.org" target="_blank" class="font-semibold hover:text-garage-orange">Zola</a>,
|
||||||
powered by <a href="{{config.base_url}}" class="font-semibold hover:text-garage-orange">Garage</a>,
|
powered by <a href="{{config.base_url}}" class="font-semibold hover:text-garage-orange">Garage</a>,
|
||||||
hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-garage-orange">Deuxfleurs</a>
|
hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-garage-orange">Deuxfleurs</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue