Files
epsf-miniwebsite/layouts/shortcodes/link-with-icon.html
Stéphane BONIFFACY fe951aff71 - move custom.scss from template to site ccs directory
- add terms & conditions, and legal pages
- add partners section
2025-01-31 17:22:54 +01:00

4 lines
191 B
HTML

<a{{ with .Get "class" }} class="{{ . }}"{{ end }} href="{{ .Get "link" }}"{{ with .Get "target" }} target="{{ . }}"{{ end }}{{ with .Get "rel" }} rel="{{ . }}"{{ end }}>
{{- .Inner -}}
</a>