Use raw_link instead of path for regular links.

This commit is contained in:
Tom Alexander
2023-10-29 09:31:00 -04:00
parent 8d9a50226a
commit d9a3b13780
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
<a href="{path}">{#.children}{>object/}{/.children}</a>
<a href="{.raw_link}">{#.children}{>object/}{/.children}</a>