From 6fb00e0a08b1264e272324479aeaa4af69d333f2 Mon Sep 17 00:00:00 2001 From: smmariquit Date: Fri, 7 Aug 2026 00:05:27 +0800 Subject: [PATCH] feat: add an About page linked from the footer Ad network reviews (AdSense, Mediavine Journey) look for a dedicated About page in the nav or footer; the homepage section alone does not count. Content covers who we are, what we build, how we work, and how the project is funded. --- src/components/Footer.astro | 1 + src/pages/about.astro | 169 ++++++++++++++++++++++++++++++++++++ 2 files changed, 170 insertions(+) create mode 100644 src/pages/about.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro index fb590d5..b9a36c7 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -33,6 +33,7 @@ import OpensInNewTab from "./OpensInNewTab.astro";