willkg / douglas

DEAD PROJECT: File based static rendering blog system
Other
2 stars 3 forks source link

fix tags plugin #6

Closed willkg closed 10 years ago

willkg commented 10 years ago

Tags plugin doesn't work right.

There are a few issues:

  1. it depends on cb_head, cb_foot and cb_story callbacks
  2. it opens a file which might not exist (this should appear earlier in the documentation)
  3. it should be changed to a function that takes the link template so we have to specify less in config.py
  4. possibly some other things