We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb9f14 commit 5338f54Copy full SHA for 5338f54
source/_layouts/base.twig
@@ -66,7 +66,7 @@
66
<a class="site_menu__link {% if page.url matches '#^/psr#' %}site_menu__link--active{% endif %}" href="/psr">PSRs</a>
67
</li>
68
<li class="site_menu__item">
69
- <a class="site_menu__link {% if page.url matches '#^/per#' and not (page.url matches '#^/personnel#') %}site_menu__link--active{% endif %}" href="/per">PERs</a>
+ <a class="site_menu__link {% if (page.url matches '#^/per#') and not (page.url matches '#^/personnel#') %}site_menu__link--active{% endif %}" href="/per">PERs</a>
70
71
72
<a class="site_menu__link {% if page.url matches '#^/personnel#' %}site_menu__link--active{% endif %}" href="/personnel">Personnel</a>
0 commit comments