diff --git a/_includes/navbar.html b/_includes/navbar.html deleted file mode 100644 index b39ec0c..0000000 --- a/_includes/navbar.html +++ /dev/null @@ -1,37 +0,0 @@ - diff --git a/_layouts/default.html b/_layouts/default.html index f942cd8..6024ebd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -35,8 +35,7 @@ {% feed_meta %} - {%- assign active_cache_key = page.url | menu_active_item | default: 'none' -%} - {%- include_cached navbar.html active_cache_key=active_cache_key %} + {%- include_cached menu.html active_cache_key=page.layout %}
{{ content }}