diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-29 10:24:34 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-29 10:24:34 +0000 |
commit | c276a1e1d01274bb6d62188e3072d3e636bbc6b7 (patch) | |
tree | 74c371f10e9b86de2d77acd29c714777d695af03 | |
parent | fixed a typo (diff) | |
download | blog-c276a1e1d01274bb6d62188e3072d3e636bbc6b7.tar.gz blog-c276a1e1d01274bb6d62188e3072d3e636bbc6b7.zip |
updated the about page with new info
-rw-r--r-- | static/about.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/about.html b/static/about.html index a56ad24..8f2b367 100644 --- a/static/about.html +++ b/static/about.html @@ -14,7 +14,11 @@ /> </head> <body> - <p>Email: thabogre@gmail.com</p> + <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> @@ -22,7 +26,7 @@ </p> <p> Also if the blog is broken please make a new issue - <a href="https://github.com/terminaldweller/web">here</a> + <a href="https://github.com/terminaldweller/blog">here</a> . </p> <br /> |