diff options
Diffstat (limited to 'themes/bear/templates/nav.html')
-rw-r--r-- | themes/bear/templates/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bear/templates/nav.html b/themes/bear/templates/nav.html index cf0d9b7..ba41879 100644 --- a/themes/bear/templates/nav.html +++ b/themes/bear/templates/nav.html @@ -1,4 +1,4 @@ -<a href="{{ config.base_url | safe }}">Home</a> + <a href="{{ config.base_url | safe }}">Home</a> {%- if config.extra.main_menu %} {%- for item in config.extra.main_menu %} {%- if item.url is matching("https?://") %} |