diff options
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 2 |
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" .}} |
