From 5963df19f2305e944e419c4d0b16643b7b920a2b Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 27 May 2021 19:58:25 +0530 Subject: [PATCH] abount, security and donation links --- src/pages/routes.rs | 2 ++ templates/components/details-footer/index.html | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/pages/routes.rs b/src/pages/routes.rs index 36fb43a3..c39a6d7d 100644 --- a/src/pages/routes.rs +++ b/src/pages/routes.rs @@ -28,6 +28,7 @@ pub struct Routes { pub about: &'static str, pub thanks: &'static str, pub donate: &'static str, + pub security: &'static str, } impl Routes { @@ -42,6 +43,7 @@ impl Routes { about: "/about", thanks: "/thanks", donate: "/donate", + security: "/security", } } } diff --git a/templates/components/details-footer/index.html b/templates/components/details-footer/index.html index 92b083d5..2bda97e7 100644 --- a/templates/components/details-footer/index.html +++ b/templates/components/details-footer/index.html @@ -2,16 +2,24 @@