diff --git a/_config.yml b/_config.yml index 57761aa..c631e0c 100644 --- a/_config.yml +++ b/_config.yml @@ -3,12 +3,6 @@ # See: https://theme-next.org/docs/theme-settings/ # --------------------------------------------------------------- -# If false, merge configs from `_data/next.yml` into default configuration (rewrite). -# If true, will fully override default configuration by options from `_data/next.yml` (override). Only for NexT settings. -# And if true, all config from default NexT `_config.yml` have to be copied into `next.yml`. Use if you know what you are doing. -# Useful if you want to comment some options from NexT `_config.yml` by `next.yml` without editing default config. -override: false - # Console reminder if new version released. reminder: false @@ -116,11 +110,11 @@ darkmode: false # When running the site in a subdirectory (e.g. yoursite.com/blog), remove the leading slash from link value (/archives -> archives). # External url should start with http:// or https:// menu: - home: / || fa fa-home + #home: / || fa fa-home #about: /about/ || fa fa-user #tags: /tags/ || fa fa-tags #categories: /categories/ || fa fa-th - archives: /archives/ || fa fa-archive + #archives: /archives/ || fa fa-archive #schedule: /schedule/ || fa fa-calendar #sitemap: /sitemap.xml || fa fa-sitemap #commonweal: /404/ || fa fa-heartbeat diff --git a/layout/_partials/header/brand.njk b/layout/_partials/header/brand.njk index 290960f..cc12f4e 100644 --- a/layout/_partials/header/brand.njk +++ b/layout/_partials/header/brand.njk @@ -1,9 +1,11 @@
diff --git a/layout/_partials/header/menu.njk b/layout/_partials/header/menu.njk index 7fa2100..0a839e1 100644 --- a/layout/_partials/header/menu.njk +++ b/layout/_partials/header/menu.njk @@ -1,7 +1,7 @@ {% import 'menu-item.njk' as menu_item with context %} -