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

9 lines
186 B
HTML

<span class="author" title="{{ .name }}">
{{- if isset . "page" -}}
<a href="{{ .page }}">{{ .short }}</a>
{{- else -}}
{{- .short -}}
{{- end -}}
</span>
{{- print "" -}}