diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-21 07:58:58 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-21 07:58:58 -0500 |
commit | e96e5f8c08c763163a26d58e07ae7ae511a992da (patch) | |
tree | 643d5c7ac7c8d18b2405da1a108ffe0d7294b3b6 | |
parent | ce014adb0d139bc09d388129903a8e854fb473ba (diff) |
Fix email and website link on websites page
-rw-r--r-- | build/atom.xml | 2 | ||||
-rw-r--r-- | build/websites/index.html | 4 | ||||
-rw-r--r-- | pages/websites.md | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/build/atom.xml b/build/atom.xml index 95d7b9a..2438dc1 100644 --- a/build/atom.xml +++ b/build/atom.xml @@ -2,7 +2,7 @@ <feed xmlns="http://www.w3.org/2005/Atom"> <title>barf</title> <link href="https://barf.btxx.org/atom.xml" rel="self" /> - <updated>2024-01-31T09:51:29Z</updated> + <updated>2024-02-21T07:58:42Z</updated> <author> <name>Bradley Taunt</name> </author> diff --git a/build/websites/index.html b/build/websites/index.html index 4e065fb..ae1adb1 100644 --- a/build/websites/index.html +++ b/build/websites/index.html @@ -15,9 +15,9 @@ <main> <h1>Websites Built with <code>barf</code></h1> -<p>Send an email to brad [at] bt [dot] ht if you would like me to add your barf-generated website to this list.</p> +<p>Send an email to bt [at] btxx [dot] org if you would like me to add your barf-generated website to this list.</p> <ul> -<li><a href="https://barf.bt.ht">barf.bt.ht</a></li> +<li><a href="https://barf.btxx.org">barf.btxx.org</a></li> <li><a href="https://adast.dk">adast.dk</a></li> <li><a href="https://arena.adast.dk">arena.adast.dk</a></li> </ul> diff --git a/pages/websites.md b/pages/websites.md index 582ab78..6a9c0b5 100644 --- a/pages/websites.md +++ b/pages/websites.md @@ -1,7 +1,7 @@ # Websites Built with `barf` -Send an email to brad [at] bt [dot] ht if you would like me to add your barf-generated website to this list. +Send an email to bt [at] btxx [dot] org if you would like me to add your barf-generated website to this list. -- [barf.bt.ht](https://barf.bt.ht) +- [barf.btxx.org](https://barf.btxx.org) - [adast.dk](https://adast.dk) - [arena.adast.dk](https://arena.adast.dk) |