clone render-image hook template

ref: https://gohugo.io/getting-started/configuration-markup/#render-hook-templates
This commit is contained in:
Aditya Telange 2021-03-16 13:17:39 +05:30
parent 766f07fe79
commit a982a29e24
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -0,0 +1,3 @@
<p>
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
</p>