Skip to content

Commit 91b32b2

Browse files
committed
Make link to home config dependent
1 parent ab30c34 commit 91b32b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header class="site-header">
22
<div class="wrapper">
3-
<a class="site-title" rel="author" href="/">
3+
<a class="site-title" rel="author" href="{{ get_url(path='/') }}">
44
<svg style="width: 2.6em; height: 2.6em" aria-label="Rust GameDev Logo">
55
<use href="{{ get_url(path='logo.svg') }}#logo" aria-hidden="true"></use>
66
</svg>

0 commit comments

Comments
 (0)