Skip to content

Commit 5616907

Browse files
committed
fix: url of the logo
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent 6a511fd commit 5616907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
href="{{ config.base_url | default(value='/') }}"
119119
>
120120
<img
121-
src="{{ config.extra.logo_svg }}"
121+
src="{{ config.base_url | default(value='/') }}{{ config.extra.logo_svg }}"
122122
alt="Rust Munich logo"
123123
class="h-12 w-12 bg-white hover:bg-rust-yellow rounded-full p-1 transition-colors"
124124
/>

0 commit comments

Comments
 (0)