Add more links.
This commit is contained in:
parent
9a6e0a33d9
commit
9ce3720ac5
|
@ -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:
|
||||
|
|
|
@ -16,5 +16,11 @@ I have created a burgerized version of the danish
|
|||
[burgerforslag.dk](http://burgerforslag.dk).
|
||||
|
||||
|
||||
## Very old web experiments
|
||||
|
||||
For your pleasure: [nohiX](http://nohix.metanohi.name/) and [this
|
||||
directory listing](http://projects.metanohi.name/).
|
||||
|
||||
|
||||
## Articles
|
||||
|
||||
|
|
Loading…
Reference in New Issue