diff options
-rw-r--r-- | docker-compose-test.yaml | 2 | ||||
-rw-r--r-- | docker-compose.yaml | 2 | ||||
-rw-r--r-- | 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 @@ /> </head> <body style="border-style: solid;"> - <p> - <a href="https://terminaldweller.com">Here's a list of links</a> to help - get a hold of me - </p> - <p>Email: devi+blog@terminaldweller.com</p> - <p> - You can find my github - <a href="https://github.com/terminaldweller">here</a> - . - </p> - <p> - Also if the blog is broken please make a new issue - <a href="https://github.com/terminaldweller/blog">here</a> - . - </p> - <p> - 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: - <ul> - <li><a href="https://gitlab.com/terminaldweller/blog">gitlab.com</a></li> - <li><a href="https://codeberg.org/terminaldweller/blog">codeberg</a></li> - <li><a href="https://git.terminaldweller.com/blog/">self-hosted</a></li> - </ul> - </p> - <br /> - <br /> - <hr /> - <br /> - <a href="/" class="left-footer">Home</a> - <br /> + <div class="article"> + <p> + <a href="https://terminaldweller.com">Here's a list of links</a> to help + get a hold of me + </p> + <p>Email: devi+blog@terminaldweller.com</p> + <p> + You can find my github + <a href="https://github.com/terminaldweller">here</a> + . + </p> + <p> + Also if the blog is broken please make a new issue + <a href="https://github.com/terminaldweller/blog">here</a> + . + </p> + <p> + 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: + <ul> + <li><a href="https://gitlab.com/terminaldweller/blog">gitlab.com</a></li> + <li><a href="https://codeberg.org/terminaldweller/blog">codeberg</a></li> + <li><a href="https://git.terminaldweller.com/blog/">self-hosted</a></li> + </ul> + </p> + <br /> + <br /> + <hr /> + <br /> + <a href="/" class="left-footer">Home</a> + <br /> + </div> </body> </html> |