about summary refs log tree commit diff stats
path: root/themes/bear/templates/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/nav.html')
-rw-r--r--themes/bear/templates/nav.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bear/templates/nav.html b/themes/bear/templates/nav.html
index ba41879..579661e 100644
--- a/themes/bear/templates/nav.html
+++ b/themes/bear/templates/nav.html
@@ -1,10 +1,10 @@
-  <a href="{{ config.base_url | safe }}">Home</a>
+  <a href="/">Home</a>
 {%- if config.extra.main_menu %}
   {%- for item in config.extra.main_menu %}
     {%- if item.url is matching("https?://") %}
       <a href="{{ item.url | safe }}">{{ item.name }}</a>
     {%- else %}
-      <a href="{{ get_url(path=item.url) }}">{{ item.name }}</a>
+      <a href="{{ item.url }}">{{ item.name }}</a>
     {%- endif %}
   {%- endfor %}
 {%- endif -%}