nomnom/layouts/partials/source.html

5 lines
163 B
HTML
Raw Normal View History

2021-01-30 21:28:00 +01:00
Source ou inspiration :
{{ with .url -}}<a href="{{ . }}" >{{- end }}
{{- with .name -}}{{ . }}{{- else -}}{{ .url }}{{- end -}}
{{- with .url -}}</a>{{- end }}