mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Image Paths In Docs
This commit is contained in:
parent
3993acaa08
commit
d34313ac33
@ -27,7 +27,7 @@ md = Markdown(**markdown_settings)
|
||||
|
||||
env.filters["upper_first"] = lambda x: x[0].upper() + x[1:]
|
||||
env.filters["markdown"] = lambda text: Markup(md.convert(text))
|
||||
env.filters["static"] = lambda path: OUT_DIR + "/" + path
|
||||
env.filters["static"] = lambda path: str(Path(OUT_DIR, path).as_posix())
|
||||
|
||||
pages_paths = Path("content/pages").glob("**/*.md")
|
||||
schemas_paths = Path("content/schemas").glob("**/*.json")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user