preaction / Statocles

Static website CMS
http://preaction.me/statocles
Other
84 stars 33 forks source link

Adding prev/next links (partially solving #504) #587

Closed dertuxmalwieder closed 4 years ago

dertuxmalwieder commented 4 years ago

(Honestly, themes could need a common header IMO.)

preaction commented 4 years ago

Yeesh, yeah, having to do that a dozen times is bad. The v2 branch has a better-designed default theme that can actually fix this problem: Layouts extend the default and add their own stylesheets / etc... using content sections, so adding these links in the default would add them to all themes (provided the theme doesn't override the section).

Thanks for the patch!

preaction commented 4 years ago

Oh, could you rebase this on to the v0 branch instead of master? master is an aborted refactor that broke more than it ever fixed, so I'm releasing bugfixes from v0 and working on getting v2 ready. Once that's done, I can merge this and make a release.

dertuxmalwieder commented 4 years ago

No, I cannot, because Git's shitty rebase won't let me.

I'll make a new PR.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 89.921% when pulling 251d65dfcd5be3a9e9967ac6c58a8ac0837b3a8e on dertuxmalwieder:master into 5d631ccfefe6bb1ee192e70566c3b87fb8902311 on preaction:master.