FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 43192a39 authored by Nick Brown's avatar Nick Brown
Browse files

chore: Debugging behaviour in Gitlab CI

parent cc659836
No related branches found
No related tags found
1 merge request!453feat: Knowledge base enhancements (diataxis)
Pipeline #714047 passed
......@@ -62,11 +62,9 @@ def on_page_content(html, page, config, files):
if not use_directory_urls:
if url.endswith("/"):
url = url[:-1]
url += ".html"
# if not url.endswith("/"):
# url += "/"
# url += "index.html"
url += "index.html"
else:
url += ".html"
#log.info(f"REPLACING site:{match.group(2)} with {path}{url}")
return f'{param}="{path}{url}"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment