greghendershott / frog

Frog is a static blog generator implemented in Racket, targeting Bootstrap and able to use Pygments.
918 stars 96 forks source link

Bootstrap 4 previous/next links and index page links are broken #221

Closed tfeb closed 5 years ago

tfeb commented 5 years ago

The previous/next links in posts used to be implemented by older/newer-links. This doesn't work for BS4 because everything has changed incompatibly. The example project has a special extra function to deal with this, in the post-template.html: it would be better if older/newer-links could deal with it.

Additionally the multiple-index-page stuff looks horrible in BS4, for similar reasons: they've just changed everything because it seemed like a good idea at the time I guess. This also ought to be fixed if possible.

tfeb commented 5 years ago

This is related to #207.

tfeb commented 5 years ago

This is resolved by the merge of #222.