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 db53587 commit c93b074Copy full SHA for c93b074
site/templates/footer.html
@@ -40,7 +40,7 @@
40
<div class="lg:flex space-y-4 lg:gap-2 lg:flex-grow lg:space-y-0">
41
<div class="font-medium mt-1">To learn more about the Haskell Foundation </div>
42
<div class="ml-2">
43
- <a href="./contact" class="arrow-link light">>> contact us</a>
+ <a href="/contact" class="arrow-link light">>> contact us</a>
44
</div>
45
46
@@ -53,7 +53,7 @@
53
54
<div class="flex flex-row">
55
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
56
- <img src="./static/images/haskell-foundation-logo-gray.svg" class="h-8" />
+ <img src="/static/images/haskell-foundation-logo-gray.svg" class="h-8" />
57
<div class="font-medium">2021 © Haskell Foundation</div>
58
59
0 commit comments