From 8575ab636ca870e8d3237d462ce85da1692099d5 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 15 Sep 2024 14:46:35 -0400 Subject: added a box for the about page, looked weird without one. upgrade mongo to mongo 7 --- docker-compose-test.yaml | 2 +- docker-compose.yaml | 2 +- static/about.html | 62 +++++++++++++++++++++++++----------------------- 3 files changed, 34 insertions(+), 32 deletions(-) diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index d572739..0e27dfd 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -20,7 +20,7 @@ services: - mongo_user - mongo_pass mongo: - image: mongo:6 + image: mongo:7 networks: - dbnet restart: on-failure diff --git a/docker-compose.yaml b/docker-compose.yaml index d2dd189..a1c8ec7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -24,7 +24,7 @@ services: - mongo_user - mongo_pass mongo: - image: mongo:6 + image: mongo:7 networks: - dbnet restart: on-failure diff --git a/static/about.html b/static/about.html index b417071..68f43f0 100644 --- a/static/about.html +++ b/static/about.html @@ -14,35 +14,37 @@ /> -

- Here's a list of links to help - get a hold of me -

-

Email: devi+blog@terminaldweller.com

-

- You can find my github - here - . -

-

- Also if the blog is broken please make a new issue - here - . -

-

- You can also just star the git repo that holds the markdowns and use whatever tool you like to just render the markdown locally. - The repo is mirrored on these locations: -

-

-
-
-
-
- Home -
+
+

+ Here's a list of links to help + get a hold of me +

+

Email: devi+blog@terminaldweller.com

+

+ You can find my github + here + . +

+

+ Also if the blog is broken please make a new issue + here + . +

+

+ You can also just star the git repo that holds the markdowns and use whatever tool you like to just render the markdown locally. + The repo is mirrored on these locations: +

+

+
+
+
+
+ Home +
+
-- cgit v1.2.3