www/themes/hellug-bootstrap/layouts/partials/short-link.html

6 γραμμές
204 B
HTML

2024-06-28 17:08:28 +03:00
{{- if .Params.aliases }}
{{- range first 1 .Params.aliases }}
2024-06-29 00:44:53 +03:00
<a href="{{ . }}"><span class=" text-muted .text-info small">🔗Σύντομος σύνδεσμος εδώ</span></a>
2024-06-28 17:08:28 +03:00
{{- end }}
{{- end }}