Jaymon / bang

A static site generator with support for RSS feeds, sitemaps, and Google Amp
MIT License
13 stars 0 forks source link

aux should be better supported #7

Closed Jaymon closed 7 years ago

Jaymon commented 7 years ago

should there be an aux.html template?

Also, I think there should be an is_post() method or something so you can have common templates ignore aux stuff (this came up because some aux files have next and prev pointers, which is strange but it because the aux linked list is just like the post linked list and the master template can't distinguish the aux objects from the post objects)

Jaymon commented 7 years ago

From the readme TODO section:

index.html should be changed to post.html and aux.html to be more flexible.