We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d93fad commit 4c3e5d4Copy full SHA for 4c3e5d4
1 file changed
src/impressum/index.html
@@ -6,7 +6,8 @@
6
7
<div class="w-100 h-100 absolute flex justify-center top">
8
<div class="relative container pr6-ns pr4">
9
- <a class="dib absolute right-0 top-0 white x ir" href="/">X</a>
+ {% assign href = "/" %}
10
+ <a class="dib absolute right-0 top-0 white x ir" href="{{ href | relative_url }}">X</a>
11
<h1 class="white f5-ns f6 ma0">
12
Impressum
13
</h1>
0 commit comments