Add contact webpage

This commit is contained in:
Pierre HUBERT 2021-05-05 11:11:13 +02:00
parent 385bd9462c
commit 9cc05faa9b
2 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,9 @@
<li>
<a href="{{ site.base_url }}/about/legal/">Legal</a>
</li>
<li>
<a href="{{ site.base_url }}/about/contact/">Contact us</a>
</li>
<li>
<a href="{{ site.base_url }}/about/license/">License</a>
</li>

7
about/contact.html Normal file
View File

@ -0,0 +1,7 @@
---
layout: common/page
title: Contact us
---
<p>You can contact us at <a href="mailto:contact@communiquons.org">contact@communiquons.org</a>.</p>
<p>Feel free to ask us support, report bugs or make suggestions!</p>