tweaks to the contact section

This commit is contained in:
distorsion 2025-01-24 23:25:47 +01:00
parent 277aadcf55
commit ad97089530
3 changed files with 6 additions and 4 deletions

View file

@ -56,5 +56,5 @@ theme = 'distorsion'
weight = 3
[[menu.main]]
name = "Contact"
url = "mailto:distorsion@groupes.renater.fr"
url = "/#contact"
weight = 4

View file

@ -23,8 +23,7 @@
{{ partial "contact.html" . }}
</main>
{{ partial "footer.html" . }}
{{ partial "body-bottom" . }}
</body>
</html>
</html>

View file

@ -2,9 +2,12 @@
<section class="contact" id="contact">
<div class="container">
<div class="row center-xs">
<div class="col-xs-12"><h1>Contact</h1></div>
</div>
<div class="row">
<div class="col-xs-12">
<h1>{{ i18n "mail" }}</h1>
<h3>Mailing-list : <a href="mailto:{{ i18n "mail" }}">{{ i18n "mail" }}</a></h3>
</div>
</div>
</div>