From 637038f66202fbc54282241385c705449607b442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 29 Jan 2023 20:41:33 +0100 Subject: [PATCH 1/4] Add funding text in about --- _includes/layouts/default.tsx | 2 -- about.yml | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/_includes/layouts/default.tsx b/_includes/layouts/default.tsx index db2bd80..39cdb92 100644 --- a/_includes/layouts/default.tsx +++ b/_includes/layouts/default.tsx @@ -47,8 +47,6 @@ export default ({ dangerouslySetInnerHTML={{ __html: md(content.en) }} className="ps-page--section-contents" > - - {showHakkenDates ? : null}
Date: Sun, 29 Jan 2023 20:43:03 +0100 Subject: [PATCH 2/4] Add hakken dates back in --- _includes/layouts/default.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/layouts/default.tsx b/_includes/layouts/default.tsx index 39cdb92..db2bd80 100644 --- a/_includes/layouts/default.tsx +++ b/_includes/layouts/default.tsx @@ -47,6 +47,8 @@ export default ({ dangerouslySetInnerHTML={{ __html: md(content.en) }} className="ps-page--section-contents" > + + {showHakkenDates ? : null}
Date: Sun, 29 Jan 2023 20:45:06 +0100 Subject: [PATCH 3/4] Add git to frontpage --- index.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.yml b/index.yml index 94381c2..1f2216f 100644 --- a/index.yml +++ b/index.yml @@ -15,6 +15,9 @@ links: - href: https://mastodon.pub.solar/ title: Mastodon openInNewTab: true + - href: https://git.pub.solar/ + title: Git + openInNewTab: true - href: /os title: PubSolarOS - href: ./hakken -- 2.44.1 From 6f55546058c59f053936c84e392dc12061223425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 29 Jan 2023 20:47:43 +0100 Subject: [PATCH 4/4] Translate donate links --- about.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.yml b/about.yml index cca7f95..6dd7ee8 100644 --- a/about.yml +++ b/about.yml @@ -131,11 +131,11 @@ content: ### Per Liberapay spenden - [Right here](https://liberapay.com/pub.solar/) + [Hier geht's lang](https://liberapay.com/pub.solar/) ### Per PayPal spenden - [Right here](https://www.paypal.com/paypalme/pubsolar) + [Hier geht's lang](https://www.paypal.com/paypalme/pubsolar) ## Impressum -- 2.44.1