You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes for Jekyll 4, Ruby 3, and some bugs
Bugs fixed:
* Remove deprecated calls to URI.encode (8a66953)
* Fix crash when no webmention config block is specified (63c4087)
* Properly encode URI when calling out to webmention.io (85c6b7d)
Implemented enhancements:
* Jekyll 4 support (a6c4178)