2021-10-29 22:34:24 +02:00
|
|
|
<h2 id="online">Online</h2>
|
|
|
|
<dl class="home-lists">
|
2019-07-05 16:50:21 +02:00
|
|
|
{{ with .Site.Params.online.github }}
|
|
|
|
<dt>GitHub</dt>
|
|
|
|
<dd><a href="https://github.com/{{ . }}">{{ . }}</a></dd>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.online.framagit }}
|
|
|
|
<dt>Framagit</dt>
|
|
|
|
<dd><a href="https://framagit.org/{{ . }}">{{ . }}</a></dd>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.online.mastodon }}
|
|
|
|
<dt>mastodon</dt>
|
|
|
|
<dd><a href="{{ . }}">{{ . }}</a></dd>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.online.twitter }}
|
|
|
|
<dt>Twitter</dt>
|
|
|
|
<dd><a href="https://twitter.com/{{ . }}">@igor_milhit</a></dd>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.online.keybase }}
|
|
|
|
<dt>Keybase</dt>
|
|
|
|
<dd><a href="https://keybase.io/{{ . }}">{{ . }}</a></dd>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.online.wikipedia }}
|
|
|
|
<dt>Wikipedia</dt>
|
|
|
|
<dd><a href="https://fr.wikipedia.org/wiki/Utilisateur:{{ . }}">{{ . }}</a></dd>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.online.openstreetmap }}
|
|
|
|
<dt>OpenStreetMap</dt>
|
|
|
|
<dd><a href="https://openstreetmap.org/user/{{ . }}">{{ . }}</a></dd>
|
|
|
|
{{ end }}
|
|
|
|
</dl>
|