Skip to content

Commit dfd5b81

Browse files
committed
we can't use logo.svg because the user should be able to replace logo.png and svg won't be as flexible to replace
1 parent 9334a2d commit dfd5b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="navbar pb-5" role="navigation" aria-label="main navigation">
22
<div class="navbar-brand">
33
<a class="icon-text navbar-item" href="/">
4-
<span class="icon is-small"><img alt="logo" src="/public/logo.svg"/></span>
4+
<span class="icon is-small"><img alt="logo" src="/public/logo.png"/></span>
55
<span class="has-text-weight-bold">{{.config.Sitename}}</span>
66
</a>
77

0 commit comments

Comments
 (0)