[MIG] Migration from PorteAil to hugo-portal

This commit is contained in:
Olivier DOSSMANN
2016-01-21 20:27:23 +01:00
parent 44ba3a32d3
commit 820fa8f2b6
1131 changed files with 100 additions and 1869 deletions

View File

@ -0,0 +1,7 @@
<a class="cadre" href="{{ .Get "href" }}" title="{{ .Get "title" }}">
<span class="element">
{{ .Get "title" }} <br />
<img src="img/{{ if .Get "src"}}{{ .Get "src" }}{{ else }}{{ .Page.Site.Params.default_img }}{{ end }}" alt="{{ .Get "title" }} icon" title="{{ .Get "title" }}" />
</span>
</a>