Skip to content

Commit 095851b

Browse files
authored
Merge branch 'master' into Issue
2 parents 6ed8d04 + 8c87828 commit 095851b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

databags/issues.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

themes/vocabulary_theme/templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
{% for crumb in crumbs %}
155155
<!-- Active link -->
156156
{% 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>
158158
{% else %}
159159
<!-- Forming the URL using extracted slugs -->
160160
{% set i = loop.index %}

webpack/sass/main.scss

+9
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,12 @@ pre {
107107
position: sticky;
108108
top: 0;
109109
}
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+
}

0 commit comments

Comments
 (0)