feat: fixed #links, static-adapter works
This commit is contained in:
parent
bbbb5e9f5b
commit
4efe10b166
11 changed files with 64 additions and 44 deletions
|
|
@ -26,7 +26,7 @@
|
|||
{:else}
|
||||
<a class="link link-hover" href="/#search-for-your-domain">Search for a domain</a>
|
||||
{/if}
|
||||
<a class="link link-hover" href="/#contact-us">Contact us!</a>
|
||||
<a class="link link-hover" href="/#contact">Contact us!</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<p class="footer-title">Pages</p>
|
||||
|
|
@ -39,9 +39,9 @@
|
|||
<p class="footer-title">Legal</p>
|
||||
<a class="link link-hover" href="/terms-of-service">Terms of service</a>
|
||||
<a class="link link-hover" href="/privacy-policy">Privacy policy</a>
|
||||
<a class="link link-hover" href="cookie-policy">Cookie policy</a>
|
||||
<a class="link link-hover" href="/cookie-policy">Cookie policy</a>
|
||||
</nav>
|
||||
<div class="hidden sm:block"></div>
|
||||
<div class="hidden sm:block"></div>
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue