mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 12:07:03 -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 }}"
|
||||
{{- with .Text }} alt="{{ . }}"{{ end -}}
|
||||
>
|
||||
<figcaption>{{ .Title }}</figcaption>
|
||||
{{- with .Title }}<figcaption>{{ . }}</figcaption>{{ end -}}
|
||||
</figure>
|
||||
{{- else -}}
|
||||
<img src="{{ .Destination | safeURL }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user