summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/header/header.html
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-05-16 20:57:18 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-05-16 20:57:18 +0200
commitadcb4eaebfccab66ad62bafdc029022353c1a263 (patch)
treed76ef256f24e616bd7965bcccffcb9669f3a756c /themes/rusticus/layouts/partials/header/header.html
parent2603808bbda0a676585acb0ea624161eaa594765 (diff)
add navigation
Diffstat (limited to 'themes/rusticus/layouts/partials/header/header.html')
-rw-r--r--themes/rusticus/layouts/partials/header/header.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/rusticus/layouts/partials/header/header.html b/themes/rusticus/layouts/partials/header/header.html
index 98a7158..c555110 100644
--- a/themes/rusticus/layouts/partials/header/header.html
+++ b/themes/rusticus/layouts/partials/header/header.html
@@ -28,13 +28,7 @@
<body>
<header>
- <nav>
- <ul>
- <li><a href="#">knowledge base</a></li>
- <li><a href="#">news</a></li>
- <li><a href="#">blog</a></li>
- </ul>
- </nav>
+ {{ partial "header/navigation.html" . }}
</header>
<div class="container">