mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
committed by
Bjørn Erik Pedersen
parent
f37c5a2567
commit
aba2647c15
@@ -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 -}}
|
||||||
|
Reference in New Issue
Block a user