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 @@