summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/header.html2
-rw-r--r--layouts/partials/navigation.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 26bf0cb..ccf0589 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,7 +4,7 @@
<header>
<div class="container">
<div class="avatar">
- <img width="65px" height="65px" src="images/logo.jpg" alt="my logo">
+ <img width="65px" height="65px" src="/images/logo.jpg" alt="my logo">
<h1 style="vertical-align: bottom;">mjkw</h1>
</div>
{{ partial "navigation.html" .}}
diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html
index 03040ea..43e0bf5 100644
--- a/layouts/partials/navigation.html
+++ b/layouts/partials/navigation.html
@@ -22,7 +22,7 @@
</li>
<li>|</li>
<li>
- book blog
+ <a href="/books">book blog</a>
</li>
</ul>