tobast.fr-hugo/layouts/partials/research/quote_author.html

9 lines
186 B
HTML
Raw Normal View History

2022-01-20 12:00:23 +01:00
<span class="author" title="{{ .name }}">
{{- if isset . "page" -}}
<a href="{{ .page }}">{{ .short }}</a>
{{- else -}}
{{- .short -}}
{{- end -}}
</span>
{{- print "" -}}