[ADD] Initial commit

This commit is contained in:
Olivier DOSSMANN
2016-01-21 20:45:27 +01:00
commit 07648776f7
17 changed files with 623 additions and 0 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>