We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065d205 commit c50b15eCopy full SHA for c50b15e
templates/includes/header.html
@@ -1,6 +1,6 @@
1
<header class="site-header">
2
<div class="wrapper">
3
- <a class="site-title" rel="author" href="/">
+ <a class="site-title" rel="author" href="{{ get_url(path='/') }}">
4
<svg style="width: 2.6em; height: 2.6em" aria-label="Rust GameDev Logo">
5
<use href="{{ get_url(path='logo.svg') }}#logo" aria-hidden="true"></use>
6
</svg>
0 commit comments