meta-pages #1

Merged
raspbeguy merged 10 commits from meta-pages into master 2020-12-03 21:43:18 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a7cd7a073c - Show all commits

View File

@ -21,6 +21,8 @@ def add_ext_gmi(link):
# Custom function to apply to links
if "://" not in link: # apply only on local links
return link+".gmi"
else:
return link
# Walk through markdown directories
for dirname, subdirlist, mdlist in os.walk('.'):