From 6b08070920dda4f5b8650d55e2fda3aac92f3f19 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 16 Apr 2022 10:51:27 +0530 Subject: [PATCH] feat: add links to tos, legalese and privacy policy in footer --- .woodpecker.yml | 1 - templates/base.html | 1 + templates/footer.html | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index af34dd0..c0619db 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 - diff --git a/templates/base.html b/templates/base.html index c70e36a..ec97190 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,3 +1,4 @@ +{% import "macros.html" as macros %} diff --git a/templates/footer.html b/templates/footer.html index 9451175..9205d24 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -39,6 +39,7 @@