Version 0.7.2 of jekyll-theme-switch has been released!

Add the gem to your Gemfile:

gem 'jekyll-theme-switch'

Run bundle install, then set the theme in your _config.yml:

theme: jekyll-theme-switch

Release Notes

Added

  • Added modified_date in RSS feed item’s pubDate

Changed

  • Changed the padding of the index pages, so posts take up the full width of the wrapper
  • Bumped rake dependency to ~> 13
  • Pinned sass-embedded dependency to < 1.80 to prevent @import deprecation warnings

Fixed

  • Fixed z-index of ‘READ MORE’ button in dark mode, which caused the background to bleed in
  • Fixed the CSS to get rid of sass-embedded color functions deprecation warnings