Skip to content

Commit 4c3e5d4

Browse files
committed
Fix url
1 parent 5d93fad commit 4c3e5d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/impressum/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
<div class="w-100 h-100 absolute flex justify-center top">
88
<div class="relative container pr6-ns pr4">
9-
<a class="dib absolute right-0 top-0 white x ir" href="/">X</a>
9+
{% assign href = "/" %}
10+
<a class="dib absolute right-0 top-0 white x ir" href="{{ href | relative_url }}">X</a>
1011
<h1 class="white f5-ns f6 ma0">
1112
Impressum
1213
</h1>

0 commit comments

Comments
 (0)