added comments so I know what to do next
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
import datetime, os
|
import datetime, os
|
||||||
from bottle import error, route, run, static_file, template
|
from bottle import error, route, run, static_file, template
|
||||||
|
|
||||||
|
# make article-to-html work with entries
|
||||||
|
# make index work with entries - later, they can be differentiated into features and weeklies with tags or title or whatever
|
||||||
|
|
||||||
# write diary
|
# write diary
|
||||||
|
|
||||||
def build_nav():
|
def build_nav():
|
||||||
|
|||||||
Reference in New Issue
Block a user