mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Add url property for picture element
Google's rich results checker seems to want this.
This commit is contained in:
parent
03ddadffb8
commit
a46b5238d0
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ if or (eq .Name "image-figure") (eq .Name "transcribed-image-figure") -}}
|
{{ if or (eq .Name "image-figure") (eq .Name "transcribed-image-figure") -}}
|
||||||
itemprop="image contentUrl"
|
itemprop="image contentUrl url"
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
decoding="async" />
|
decoding="async" />
|
||||||
|
|
Loading…
Reference in a new issue