feat: add imprint page (draft, 7 languages), add missing translations to legal pages, reorder footer links
This commit is contained in:
@@ -318,9 +318,10 @@ class PageSettings extends HTMLElement {
|
||||
<h2>${t('settings.about')}</h2>
|
||||
<div class="about-links">
|
||||
<a href="#/about">${t('footer.about')}</a>
|
||||
<a href="#/contact">${t('footer.contact')}</a>
|
||||
<a href="#/imprint">${t('footer.imprint')}</a>
|
||||
<a href="#/privacy">${t('footer.privacy')}</a>
|
||||
<a href="#/terms">${t('footer.terms')}</a>
|
||||
<a href="#/contact">${t('footer.contact')}</a>
|
||||
</div>
|
||||
<p class="version">dgray.io v1.0.0</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user