mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
f37c5a2567
commit
aba2647c15
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if or (.Get "caption") (.Get "attr") -}}<p>
|
{{- if or (.Get "caption") (.Get "attr") -}}<p>
|
||||||
{{- .Get "caption" | markdownify -}}
|
{{- .Get "caption" | markdownify -}}
|
||||||
{{- with .Get "attrlink" -}}
|
{{- with .Get "attrlink" }}
|
||||||
<a href="{{ . }}">
|
<a href="{{ . }}">
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- .Get "attr" | markdownify -}}
|
{{- .Get "attr" | markdownify -}}
|
||||||
|
|
Loading…
Reference in a new issue