Skip to content

Commit

Permalink
Remove extraneous slash from journey prev link
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeetree committed Feb 12, 2025
1 parent aad1229 commit d4d972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/templ/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>RAIDOC</h1>
{% if link.prev %}
<div class="journey-prev">
Previous:<br>
<a href="{{webroot}}/{{link.prev.path_html}}">{{link.prev.title}}</a>
<a href="{{webroot}}{{link.prev.path_html}}">{{link.prev.title}}</a>
</div>
{% endif %}

Expand Down

0 comments on commit d4d972a

Please sign in to comment.