Fixup broken image links on tilde town

main
Stef Dunlap 2022-07-23 20:17:55 -04:00
parent 5dce6a9c9b
commit 71d9c246e6
1 changed files with 3 additions and 0 deletions

View File

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