daviddarnes / alembic

⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
https://alembic.darn.es
MIT License
767 stars 903 forks source link

[Fix] Service worker and favicon paths to include baseurl #163

Closed daviddarnes closed 3 years ago

daviddarnes commented 3 years ago

The service worker code and site favicon code wasn't including the baseurl when it was set, this change fixes that using the relative_url filter.

Fixes #162