~bt/barf

668e89172793f495d0ad5d1b76900cb8fe43a5fb — Bradley Taunt 25 days ago 513a1de
Fix incorrect URL MarkDown on websites page
3 files changed, 5 insertions(+), 5 deletions(-)

M build/atom.xml
M build/websites/index.html
M pages/websites.md
M build/atom.xml => build/atom.xml +1 -1
@@ 2,7 2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>barf</title>
	<link href="https://barf.bt.ht/atom.xml" rel="self" />
	<updated>2023-05-12T09:47:26Z</updated>
	<updated>2023-05-12T09:50:25Z</updated>
	<author>
		<name>Bradley Taunt</name>
	</author>

M build/websites/index.html => build/websites/index.html +2 -2
@@ 119,8 119,8 @@
<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>
<ul>
<li><a href="bt.ht">https://bt.ht</a></li>
<li><a href="hamblingreen.com">https://hamblingreen.com</a></li>
<li><a href="https://bt.ht">bt.ht</a></li>
<li><a href="https://hamblingreen.com">hamblingreen.com</a></li>
</ul>
<footer role="contentinfo">
    <span><a href="#">↑ Back to Top</a></span><br><br>

M pages/websites.md => pages/websites.md +2 -2
@@ 2,5 2,5 @@

Send an email to brad [at] bt [dot] ht if you would like me to add your barf-generated website to this list.

- [https://bt.ht](bt.ht)
- [https://hamblingreen.com](hamblingreen.com)
- [bt.ht](https://bt.ht)
- [hamblingreen.com](https://hamblingreen.com)
\ No newline at end of file