-
Notifications
You must be signed in to change notification settings - Fork 163
page.url contains broken in latest master version #228
Comments
Thanks for the issue. |
The url is the same as before just the contains does not seem to be working. |
Maybe it's my own build, i'll check the latest TC build |
Team City is not good right now, try with the AppVeyor build instead. |
Checked with the AppVeyor build, page.Url is correct just the contains does not work |
The version of dotliquid used have not this issue, so pretzel must mess with the liquid. |
_layouts/default.html And in the _includes/header-menu.html this code is used: This to mark the current page link as 'active' |
|
I tried with the new appveyor build: Pretzel.0.2.1.121 and it's working good again +1 |
This snippet does not work with the current version.
{% if page.url contains 'Oplossingen' %} active{% endif %}
The previous release build would put "active" when the file is this "Oplossingen-KlantMonitor.html" for example
The text was updated successfully, but these errors were encountered: