summaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-01-11 14:13:00 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-01-11 14:13:00 +0100
commitb56e4a6a679a3151b02749edc0028ce909037cdc (patch)
treecd69d3f843b97af3d6c9125d6419ce852248d867 /layouts/partials/header.html
parente6bfc9a947302e290e846f8e7e884af8b329328b (diff)
fix: fixed the non-working list of book posts
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 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" .}}