Skip to content
Snippets Groups Projects
Verified Commit 882189c5 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix double root

parent 2795ff69
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ def generate_header(folder, permalink, shortcut, order, legacy_from, title, desc
# specific for deploying when the reponame is in the baseURL
header += " - /" + format.root_href(shortcut).replace(":", "/") + "\n"
header += " - /" + folder + permalink + "\n"
# generate specific redirects
header = element_header(folder, " - ", shortcut, header)
......
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