Add more links.
This commit is contained in:
@@ -106,6 +106,8 @@ def markdown_to_html(input_file, output_dir):
|
||||
pabstract = extract_markdown_abstract(path)
|
||||
pages_new.append((ptitle, pabstract, url, path))
|
||||
|
||||
pages_new.append(('Potators', 'Do not look.', '/potator/', '/potator/'))
|
||||
|
||||
pages_new.sort()
|
||||
md = ''
|
||||
for page in pages_new:
|
||||
|
||||
Reference in New Issue
Block a user