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

Merge branch 'fix-link' into 'develop'

add secondary link

See merge request R3/howto-cards!217
parents a7475d4a 13fb291c
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,7 @@ for s in sections:
index += "\n</div>"
## add link to return to main index
index += "<br><center><a href='/'>go back</a></center>"
index += "<br><center><a href='/cards'>Overview of all HowTo cards</a></center>"
# output the index
......
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