Added some content.

This commit is contained in:
Niels Serup
2011-07-27 02:44:23 +02:00
parent 23038784d4
commit aae339084f
14 changed files with 265 additions and 30 deletions

View File

@@ -23,7 +23,7 @@ def list_pages(pathdir):
for p, f in fs[::-1]:
a = htmlgen.org_to_abstract(p, isfile=True, only_metadata=True)
dl.add_item(htmlfunc.link(f[:-4], a.title), a.summary if a.summary
else 'No summary.')
else None) #'No summary.')
return dl.generate_html()
def titlelink(path, pathdir=None):

Binary file not shown.