Skip to content

Commit

Permalink
Noir 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Dec 7, 2020
1 parent 5539fa7 commit b7971d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.4.1"></a>
# [1.4.1](https://github.com/flextype-themes/noir) (2020-12-07)

### Bug fixes

* **core** fix navigation

<a name="1.4.0"></a>
# [1.4.0](https://github.com/flextype-themes/noir) (2020-12-07)

Expand Down
2 changes: 1 addition & 1 deletion templates/partials/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
<div class="w-full float-right lg:w-9/12 font-noirpro-semibold">
<div class="text-right p-2">
{% for item in arrays(entries.fetchCollection('')).orderBySubKey('menu_item_order', 'ASC').all() %}
{% for item in entries.fetchCollection('').sortBy('menu_item_order', 'ASC').all() %}
{% if item.menu_item_title %}
<a
href="{{ url() }}/{{ item.menu_item_url }}"
Expand Down
2 changes: 1 addition & 1 deletion theme.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Noir
version: 1.4.0
version: 1.4.1
description: Noir theme for Flextype.
author:
name: Sergey Romanenko
Expand Down

0 comments on commit b7971d9

Please sign in to comment.