This repository has been archived on 2017-04-03. You can view files and clone it, but cannot push or open issues/pull-requests.
site_depotoire_dofus/layouts/shortcodes/button.html

8 lines
313 B
HTML

<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>