Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c50b15e

Browse files
committedJul 11, 2024··
Make link to home config dependent
1 parent 065d205 commit c50b15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/includes/header.html

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.