From b4ef1a0d288565f744bf754af456c4f60da99ca7 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 21 Apr 2025 22:54:15 +0200 Subject: Refactor localization: remove i18n support and update layouts to use static text --- src/layouts/GeoblockedPageLayout.astro | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/layouts/GeoblockedPageLayout.astro (limited to 'src/layouts/GeoblockedPageLayout.astro') diff --git a/src/layouts/GeoblockedPageLayout.astro b/src/layouts/GeoblockedPageLayout.astro new file mode 100644 index 0000000..58c78b5 --- /dev/null +++ b/src/layouts/GeoblockedPageLayout.astro @@ -0,0 +1,45 @@ +--- +import Layout from "./Layout.astro"; +--- + + + + + + +

Geo-blocked

+

+ This page is purposely blocked for users on your region due to ethical + concerns, spam or abuse (or a combination of all these). +

+ +

Blocked countries

+ + +

+ I am open to adding more countries to the list or removing them at any time. + I am aware of many other countries that have committed human rights abuses, + but these are the ones more likely to have users on this website. +

+
-- cgit v1.3