From 0c51a3a9d29f5276975f7deeb9e90152c91942b9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 27 Nov 2023 23:41:52 -1000 Subject: [PATCH] move home page footer to page template --- page.tmpl | 10 ++++++++++ src/index.md | 9 --------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/page.tmpl b/page.tmpl index 58e0ab0..c22fe38 100644 --- a/page.tmpl +++ b/page.tmpl @@ -36,8 +36,18 @@ $body$ + +
+

+(c) 2016-2023 Simon Michael & contributors | +Send updates via github +([latest changes]) +
+
+ diff --git a/src/index.md b/src/index.md index b0a0d27..93936fb 100644 --- a/src/index.md +++ b/src/index.md @@ -765,12 +765,3 @@ Additional helper tools complementing the PTA apps, by category. - [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) extends Ledger's python library (python) - [node-hledger](https://github.com/rstacruz/node-hledger) Node.js API for *ledger files (javascript) - [BeanHub API](https://api.beanhub.io/redoc) proprietary SaaS API for operating on hosted beancount repositories and [beanhub-forms](https://github.com/LaunchPlatform/beanhub-forms) - - -


-\(c) 2016-2023 [Simon Michael](https://joyful.com) & contributors | -Send updates via [github](https://github.com/plaintextaccounting/plaintextaccounting) -([latest changes](https://github.com/plaintextaccounting/plaintextaccounting/commits/master)) - - -