Add crapaud-fou social network
This commit is contained in:
parent
6904758ebd
commit
77aab8e9fc
3 changed files with 8 additions and 7 deletions
|
@ -2,4 +2,5 @@
|
|||
nom: mckmonster
|
||||
github: mckmonster
|
||||
gitlab: mckmonster
|
||||
crapaudfou: trenty
|
||||
crapaudfou: trenty
|
||||
email: mckmonster@mailo.com
|
|
@ -118,4 +118,9 @@ url = "https://www.goodreads.com/%s"
|
|||
title = "Goodreads"
|
||||
icon = "fab fa-goodreads"
|
||||
|
||||
[[social_icons]]
|
||||
id = "crapaudfou"
|
||||
url = "https://coa.crapaud-fou.org/direct/%s"
|
||||
title = "crapaud-fou"
|
||||
icon = "fab fa-rocketchat"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
{{ range $tisseur := .Site.Data.tisseurs }}
|
||||
<div class="well">
|
||||
<div>{{ $tisseur.nom }}</div>
|
||||
<h3>{{ $tisseur.nom }}</h3>
|
||||
<ul class="list-inline">
|
||||
{{ range $social := $.Site.Data.beautifulhugo.social.social_icons }}
|
||||
{{- if isset $tisseur $social.id }}
|
||||
|
@ -18,11 +18,6 @@
|
|||
</li>
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
{{ if .crapaudfou }}
|
||||
<li>
|
||||
<a href="https://coa.crapaud-fou.org/direct/{{ .crapaudfou }}">crapaud-fou</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue