File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< p >
2- < img src ="{{ .Destination | safeURL }} " alt ="{{ .Text }} " {{ with .Title}} title ="{{ . }} " {{ end }} />
2+ < img loading =" lazy " src ="{{ .Destination | safeURL }} " alt ="{{ .Text }} " {{ with .Title}} title ="{{ . }} " {{ end }} />
33</ p >
Original file line number Diff line number Diff line change 55 {{- if .Get "link" -}}
66 < a href ="{{ .Get "link " }}"{{ with .Get "target" }} target="{{ . }} "{{ end }}{{ with .Get "rel" }} rel="{{ . }} "{{ end }} >
77 {{- end }}
8- < img src ="{{ .Get "src " }}{{- if eq (.Get "align") "center" }}#center{{- end }}"
8+ < img loading =" lazy " src ="{{ .Get "src " }}{{- if eq (.Get "align") "center" }}#center{{- end }}"
99 {{- if or (.Get "alt") (.Get "caption") }}
1010 alt="{{ with .Get "alt " }}{{ . }}{{ else }}{{ .Get "caption" | markdownify| plainify }}{{ end }}"
1111 {{- end -}}
You can’t perform that action at this time.
0 commit comments