cremeaux/layouts/partials/footer.html

42 lines
1.9 KiB
HTML
Raw Normal View History

2020-10-21 16:23:05 +02:00
{{ $headless := .Site.GetPage "/viemunicipale" }}
2020-09-02 16:54:03 +02:00
<footer class="footer">
2020-11-09 12:36:28 +01:00
<div class="container">
<div class="address">
<h3>Mairie de Crémeaux</h3>
<p>Place de Pierre-Bénite</p>
<p>42260 Crémeaux</p>
<p>{{ .RenderString "[](tel:0477625067)" }}</p>
<p>{{ .RenderString "[](mailto:mairie@cremeaux.fr)" }}</p>
<p>
2020-11-26 22:02:41 +01:00
<a href="/actualites/index.xml">
<img src="/icons/rss.svg" alt="Flux RSS de l'actualité à Crémeaux" title="Flux RSS de l'actualité à Crémeaux" class="icons" />
{{- /* Remove whitespace */ -}}
</a>
{{- /* Remove whitespace */ -}}
<a target="_blank" rel="noopener" href="https://www.facebook.com/vivre.a.cremeaux/">
{{- /* Remove whitespace */ -}}
<img src="/icons/facebook.svg" alt="Facebook : Vivre à Crémeaux" title="Facebook : Vivre à Crémeaux" class="icons" />
</a>
</p>
2020-11-09 12:36:28 +01:00
</div>
<div class="logo">
<img width="130" height="160" loading="lazy" src="/icons/logo-footer_blanc.svg" alt="Commune de Crémeaux" />
2020-11-09 12:36:28 +01:00
</div>
<div class="horaire">
<h3>Horaire d'ouverture<br>au public :</h3>
<p>Mardi, jeudi et vendredi : <br>8h30 à 12h15</p>
2020-11-09 12:36:28 +01:00
<p>Mercredi : 9h15 à 12h15</p>
2020-09-02 16:54:03 +02:00
</div>
</div>
2021-03-02 11:16:41 +01:00
<div class="container">
<a class="ccpu" href="https://www.ccpu.fr">Communauté de Commune du Pays d'Urfé</a>
</div>
2020-09-02 16:54:03 +02:00
</footer>
2020-11-04 11:56:36 +01:00
<footer class="explain">
Ce site est réalisé par <a href="https://weko.io">Weko</a> de façon éco-responsable.
2020-11-04 11:56:36 +01:00
</footer>
2022-02-23 11:45:22 +01:00
{{ if or (eq hugo.Environment "production") (eq hugo.Environment "staging") }}
<script defer data-api="/api/event" data-domain="{{if eq hugo.Environment "staging" }}staging.{{ end }}cremeaux.fr" src="/js/script.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
{{ end }}