gabriel becker 4e9c3cc9f6 Change theme
2022-07-27 22:54:16 -03:00

14 lines
224 B
HTML

<div id='here' class='cdiv_1' >
<a target='_blank' href='{{ .Link.url }}'>
{{ if .Link.img }}
<img class="cdiv-img-trs" src='{{ .Link.img }}'></img>
</a>
{{ else }}
</a>
{{ .Link.name }}
{{ end }}
</div>