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

add id slug to hider

parent a205c9b4
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ def build_section_start(title, shortcut): ...@@ -34,7 +34,7 @@ def build_section_start(title, shortcut):
title = title.replace("Covid 19", "COVID-19") title = title.replace("Covid 19", "COVID-19")
title = title.replace("Ppc", "PPC") title = title.replace("Ppc", "PPC")
return f'\n\t<div class="index-box noborderbox" id="{shortcut}">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n' return f'\n\t<div class="index-box noborderbox" id="{shortcut}-card">\n\t\t<h3>{title}</h3>\n\t\t<ul>\n'
def build_section_end(): def build_section_end():
return "\t\t</ul>\n\t</div>" return "\t\t</ul>\n\t</div>"
......
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