File tree 3 files changed +11
-1
lines changed
themes/vocabulary_theme/templates
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ {}
Original file line number Diff line number Diff line change 154
154
{% for crumb in crumbs %}
155
155
<!-- Active link -->
156
156
{% if this._slug == crumb %}
157
- < li class ="is-active "> < a aria-current ="page displayed "> {{ crumb | title | replace('-', ' ') }}</ a > </ li >
157
+ < li class ="is-active "> < a aria-current ="page displayed "> {{ this. title }}</ a > </ li >
158
158
{% else %}
159
159
<!-- Forming the URL using extracted slugs -->
160
160
{% set i = loop.index %}
Original file line number Diff line number Diff line change @@ -107,3 +107,12 @@ pre {
107
107
position : sticky ;
108
108
top : 0 ;
109
109
}
110
+
111
+
112
+ // Right align the final menu dropdown. Once this is part of vocabulary it will be removed from this file.
113
+ .navbar-item.has-dropdown :last-child {
114
+ .navbar-dropdown {
115
+ right : 0 ;
116
+ left : auto ;
117
+ }
118
+ }
You can’t perform that action at this time.
0 commit comments