Ajout de la page contact

This commit is contained in:
kitoy
2021-01-13 01:55:57 +01:00
parent 8e9b399d6a
commit 72da558449
28 changed files with 450 additions and 2500 deletions

View File

@@ -8,33 +8,4 @@
{{ post_macros::polish(content=page.content) }}
<table class="contact center">
<tr>
<th> Service </th>
<th> Compte </th>
</tr>
<tr>
<td> Mail </td>
<td> <a class="obfuscate" href="mailto:{{ config.extra.mail }}">
{{ config.extra.mail }}
</a>
</td>
</tr>
<tr>
<td> XMPP </td>
<td class="obfuscate"> {{ config.extra.xmpp }} </td>
</tr>
<tr>
<td> Mastodon </td>
<td><a href="{{ config.extra.mastodon }}"> {{ config.extra.mastodon }} </a></td>
</tr>
<tr>
<td> gitlab </td>
<td> <a href="{{ config.extra.git }}"> </a> </td>
</tr>
</table>
{%- endblock content %}