Properly apply relative_url filter to internal links in header overlay actions array

This commit is contained in:
Michael Rose
2018-09-11 11:42:21 -04:00
parent 90f5a98406
commit a95fae0155
4 changed files with 16 additions and 4 deletions

View File

@@ -4,6 +4,10 @@
- Remove deprecated `base_path` include helper.
### Bug Fixes
- Properly apply `relative_url` filter to internal links in header overlay `actions` array.
## [4.13.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0)
### Enhancements