fix: use custom render templates to fix references (#56)
* fix: use custom render templates to fix references * add back showAnchor condition * change site params access
This commit is contained in:
parent
e87be2092c
commit
38c6059ab8
5 changed files with 22 additions and 9 deletions
1
layouts/_default/_markup/render-image.html
Normal file
1
layouts/_default/_markup/render-image.html
Normal file
|
@ -0,0 +1 @@
|
|||
<img src="{{ .Destination | safeURL | relURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
|
Loading…
Add table
Add a link
Reference in a new issue