add privacy page. closes #16
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
This commit is contained in:
parent
44af8a9b4e
commit
8375a098c9
2 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@
|
|||
<p>{t('copyright', { year })}</p>
|
||||
<div class="footer-divider" aria-hidden="true"></div>
|
||||
<a href="/cookies">{t('cookies')}</a>
|
||||
<div class="footer-divider" aria-hidden="true"></div>
|
||||
{#if contact.legalNotice}
|
||||
<div class="footer-divider" aria-hidden="true"></div>
|
||||
<a href={contact.legalNotice} target="_blank" rel="noopener noreferrer">{t('legal')}</a>
|
||||
{/if}
|
||||
<div class="footer-divider" aria-hidden="true"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue