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-link.html
Normal file
1
layouts/_default/_markup/render-link.html
Normal file
|
@ -0,0 +1 @@
|
|||
<a href="{{ .Destination | safeURL | relURL }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ .Text | safeHTML }}</a>
|
Loading…
Add table
Add a link
Reference in a new issue