getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
59 stars 95 forks source link

Adapted to Nikola v8. Changed some incompatible legends #248

Closed marian-vignau closed 7 years ago

marian-vignau commented 7 years ago

Fix bugs that prevent plugin from render, changing "Recent Posts" to "Newer posts" and "Archives" to "Archive"

Kwpolska commented 7 years ago
  1. What did you change for Nikola v8?
  2. Did you read the README? Note that the default templates expect some extra messages (translations) — and those missing ones are the ones you had trouble with.
felixfontein commented 7 years ago

For me, the v7 plugin was working fine with Nikola v8.

Kwpolska commented 7 years ago

I ran a diff, only the templates were changed to substitute messages. As such, we have to refuse this change — the Nikola v7 plugin works fine, as long as you read the README file and add the missing translations by yourself.

felixfontein commented 7 years ago

Or use a different (customized) template. The included ones are only examples.