Add info on tisseur
This commit is contained in:
parent
77aab8e9fc
commit
daf553556f
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
nom: mckmonster
|
nom: mckmonster
|
||||||
|
info: Developpeur, plombier Crapaud-fou, BasTisseur, Gilet Jaune, Père
|
||||||
github: mckmonster
|
github: mckmonster
|
||||||
gitlab: mckmonster
|
gitlab: mckmonster
|
||||||
crapaudfou: trenty
|
crapaudfou: trenty
|
||||||
|
|
|
@ -5,7 +5,10 @@
|
||||||
{{ range $tisseur := .Site.Data.tisseurs }}
|
{{ range $tisseur := .Site.Data.tisseurs }}
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<h3>{{ $tisseur.nom }}</h3>
|
<h3>{{ $tisseur.nom }}</h3>
|
||||||
<ul class="list-inline">
|
{{ if $tisseur.info }}
|
||||||
|
<p>{{ $tisseur.info }}</p>
|
||||||
|
{{ end }}
|
||||||
|
<ul class="list-inline footer-links">
|
||||||
{{ range $social := $.Site.Data.beautifulhugo.social.social_icons }}
|
{{ range $social := $.Site.Data.beautifulhugo.social.social_icons }}
|
||||||
{{- if isset $tisseur $social.id }}
|
{{- if isset $tisseur $social.id }}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue