Add the .figure class to image figures
This commit is contained in:
parent
448c48281c
commit
b51aca950c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{- if .IsBlock }}
|
{{- if .IsBlock }}
|
||||||
<figure class="figure--image" id="figure-{{ .Ordinal }}">
|
<figure class="figure figure--image" id="figure-{{ .Ordinal }}">
|
||||||
<img src="{{ .Destination | safeURL }}"
|
<img src="{{ .Destination | safeURL }}"
|
||||||
{{- with .Text }} alt="{{ . }}"{{ end -}}
|
{{- with .Text }} alt="{{ . }}"{{ end -}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue