From 17b65d552f47d40a5fcd7ae6cc3650110068a91c Mon Sep 17 00:00:00 2001 From: irl Date: Wed, 22 Apr 2026 12:01:47 +0100 Subject: [PATCH] feat: adds policies index --- content/policies.md | 8 ++++++++ hugo.toml | 1 + 2 files changed, 9 insertions(+) create mode 100644 content/policies.md diff --git a/content/policies.md b/content/policies.md new file mode 100644 index 0000000..6206d56 --- /dev/null +++ b/content/policies.md @@ -0,0 +1,8 @@ +--- +title: Company Policies +date: 2026-04-22T11:00:00+00:00 +type: page +--- + +* [Password and Authentication Policy](./password-auth/) +* [Public WiFi Policy](./public-wifi/) diff --git a/hugo.toml b/hugo.toml index 988a31b..f97f75c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -60,6 +60,7 @@ NCAGE: U2G06''' {text = 'Terms and Conditions', href = '/terms'}, {text = 'Privacy Policy', href = '/privacy'}, {text = 'Complaints Policy', href = '/complaints'}, + {text = 'Other Policies', href='/policies'}, ] [languages.en.params.footer.col3]