feat: add links to tos, legalese and privacy policy in footer
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/6/head
Aravinth Manivannan 2022-04-16 10:51:27 +05:30
parent 10f9dc87e3
commit 6b08070920
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
3 changed files with 3 additions and 1 deletions

View File

@ -12,4 +12,3 @@ pipeline:
- ./scripts/ci.sh --init $HOSTEA_WRITE_DEPLOY_KEY
- ./scripts/ci.sh --deploy $PAGES_DEPLOY_SECRET pages
- ./scripts/ci.sh --clean

View File

@ -1,3 +1,4 @@
{% import "macros.html" as macros %}
<!DOCTYPE html>
<html lang="en">
<head>

View File

@ -39,6 +39,7 @@
<div class="footer__column">
<a href="/about" title="Privacy Policy">About</a>
<span class="footer__column-divider--mobile-only">|</span>
<a href="/legalese" title="Legalese">Legalese</a>
<a href="/privacy-policy" title="Privacy Policy">Privacy</a>
<span class="footer__column-divider--mobile-only">|</span>
<a
@ -48,6 +49,7 @@
title="Status"
>Status</a
>
<a href="/tos" title="Terms of Service">Terms of Service</a>
</div>
</div>
</footer>