Skip to content

Commit

Permalink
huh?
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeetree committed Feb 3, 2025
1 parent 1ae3fbd commit b2477c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raidoc/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def _parse_journey(self, page: Page) -> None:

def _render_page(self, page: Page):

webroot = '../' * (len(page.path.parts) + 1) # FIXME magic number
webroot = '../' * (len(page.path.parts))

# TODO full jinja
page.md_filled = page.md.replace(
Expand Down

0 comments on commit b2477c2

Please sign in to comment.