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.
extra_classes
1 parent 734affa commit ec9c026Copy full SHA for ec9c026
templates/macros.html
@@ -20,9 +20,9 @@
20
* `target` An optional target
21
* `extra_classes` Optional extra css classes
22
#}
23
-{% macro menu_link(href, text, target="", extra_classes="") %}
+{% macro menu_link(href, text, target="") %}
24
<li class="pure-menu-item">
25
- <a class="pure-menu-link {{ extra_classes }}" href="{{ href }}" {% if target != "" -%} target="{{ target }}" {%- endif %}>
+ <a class="pure-menu-link" href="{{ href }}" {% if target != "" -%} target="{{ target }}" {%- endif %}>
26
{{ text }}
27
</a>
28
</li>
0 commit comments