mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
Use image partial to render markdown images
This commit is contained in:
parent
516bd88ca6
commit
38a7aa3dee
@ -1 +1 @@
|
|||||||
<img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
|
{{ partial "image.html" (dict "src" (.Destination | safeURL) "alt" .PlainText "caption" .Title "page" .Page "lazy" true) }}
|
Loading…
Reference in New Issue
Block a user