diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-01-23 18:55:10 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-01-23 18:55:10 +0100 |
commit | 57719f29b9b44d4cdcf395c6de587d1ca9370505 (patch) | |
tree | a4e445460bd0bd82fcdafc0b94bbfbc2e9113cc9 | |
parent | c4520f2c84c0d4555bdb02f4ec7b2d1a8bdefca2 (diff) |
Small fixes to index pages
-rw-r--r-- | src/gmi/tpl/index.gmi | 5 | ||||
-rw-r--r-- | src/http/tpl/index.html | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/gmi/tpl/index.gmi b/src/gmi/tpl/index.gmi index 0b3cf82..aa9a0c6 100644 --- a/src/gmi/tpl/index.gmi +++ b/src/gmi/tpl/index.gmi @@ -1,7 +1,6 @@ # mediocregopher's lil web corner -This here's my little corner of the web, where I publish posts about projects -I'm working on and things that interest me (which you can follow, if you like). +This here's my little corner of the web, where I publish posts about projects I'm working on and things that interest me (which you can follow, if you like). => {{ BlogURL "posts/" }} Browse all posts @@ -22,7 +21,7 @@ Feel free to hmu on any of these if you'd like to get in touch. * Mastodon: @mediocregopher@social.cryptic.io -* Email: mediocregopher@gmail.com +* Email: me@mediocregopher.com ## Dev diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index c9eb45b..fdaf43f 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -13,7 +13,7 @@ <ul> <li>Matrix: <a href="https://matrix.to/#/@mediocregopher:waffle.farm">@mediocregopher:waffle.farm</a></li> <li>Mastodon: <a href="https://social.cryptic.io/@mediocregopher">@mediocregopher@social.cryptic.io</a></li> - <li>Email: <a href="mailto:mediocregopher@gmail.com">mediocregopher@gmail.com</a></li> + <li>Email: <a href="mailto:me@mediocregopher.com">me@mediocregopher.com</a></li> </ul> <h2>Dev</h2> |