mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 17:55:16 -04:00
Improve example of image render hook
This commit is contained in:
parent
60a9306afa
commit
0300750f21
@ -103,7 +103,7 @@ To render standalone images within `figure` elements:
|
|||||||
<img src="{{ .Destination | safeURL }}"
|
<img src="{{ .Destination | safeURL }}"
|
||||||
{{- with .Text }} alt="{{ . }}"{{ end -}}
|
{{- with .Text }} alt="{{ . }}"{{ end -}}
|
||||||
>
|
>
|
||||||
<figcaption>{{ .Title }}</figcaption>
|
{{- with .Title }}<figcaption>{{ . }}</figcaption>{{ end -}}
|
||||||
</figure>
|
</figure>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
<img src="{{ .Destination | safeURL }}"
|
<img src="{{ .Destination | safeURL }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user