Skip to content

Commit cf6e576

Browse files
committed
remove r-path from footer example
1 parent bf6263c commit cf6e576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/templates/_partials/_gs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ This is helpful to avoid that partial files are generated.
298298
<footer>
299299
<nav>
300300
{.{#menu.items}}
301-
<a href="<r-path/>/{.{link}}">{.{name}}</a>;
301+
<a href="{.{link}}">{.{name}}</a>;
302302
{.{/menu.items}}
303303
</nav>
304304
</footer>

0 commit comments

Comments
 (0)