mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-17 02:10:41 +00:00
Robert Kaussow
38c6059ab8
* fix: use custom render templates to fix references * add back showAnchor condition * change site params access
2 lines
116 B
HTML
2 lines
116 B
HTML
<a href="{{ .Destination | safeURL | relURL }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ .Text | safeHTML }}</a>
|