aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/templates/base.html b/templates/base.html
index b0c0e80..14e6007 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,16 +21,7 @@
<body>
<header>
- <nav>
- {% for link in config.extra.navbar %}
- <a href="{{ link.path | trim }}">{{ link.title | trim }}</a>
- {% endfor %}
-
- <span>
- <span>|</span>
- <a href="{{ get_url(path='atom.xml', trailing_slash=false) | trim }}">RSS</a>
- </span>
- </nav>
+ {% include 'includes/navbar.html' %}
</header>
<article>