- Fixed the issue where the footer was not adhereing to the dark mode. Reported by @bryce-carson, #12.
- Modified the
.page-header
and added a bit of margin to the header itself. Thanks @zero323! - Updated for
{pkgdown}
2.0.6.
- Support for
{pkgdown}
2.0, and Bootstrap 5
- Fixed a minor issue with the footer, #8 (comment)
- If you don't see the footer showing up, you need to specify it explicitly, see here.
- Changed the color of hyperlink in the light mode from
#18BC9B
to#11866F
which has a better contrast ratio with the light background. Thanks @EllaKaye!
- In the manual light/dark mode, preferably now uses localStorage to remember user's preference.
- Automatic and manual switching cannot be activated at the same time anymore.
- It is almost impossible to deliver a seamless experience without involving the server-side. So, you need to choose whether you like to give your users a manual toggle, or let your website adapts to their system preference.
- Ability to add a custom analytic script using
canalytics
parameter. - Ability to add a light/dark toggle button using
toggle
parameter.
- Reduced the overall size of the package
- This is the initial release of the
preferably
template!