diff options
-rw-r--r-- | _includes/footer.html | 2 | ||||
-rw-r--r-- | _posts/2022-10-26-html-tables.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index b913e1e..be5c33b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ <hr> <footer> - <p>The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> The <a href="https://git.sr.ht/~bt/1mb.club">code for this site</a> is <a href="https://git.sr.ht/~bt/1mb.club/tree/master/item/LICENSE">MIT</a></p> + <p>The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> The <a href="https://git.btxx.org/1mb-club/">code for this site</a> is <a href="https://git.btxx.org/1mb-club/tree/LICENSE">MIT</a></p> <p>Maintained with ♥ for a performant web<br> Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br> Feel free to reach out via <a rel="me" href="https://fosstodon.org/@tdarb">Mastodon</a><br> diff --git a/_posts/2022-10-26-html-tables.md b/_posts/2022-10-26-html-tables.md index b45894a..565edbe 100644 --- a/_posts/2022-10-26-html-tables.md +++ b/_posts/2022-10-26-html-tables.md @@ -115,6 +115,6 @@ You can see it in action below. Don't forget - you could always make your `tfoot ## Contribute -If you would like to add any of your own table "hacks" or if you see any glaring mistakes, please reach out to me directly via [my public inbox](https://lists.sr.ht/~tdarb/public-inbox). Thanks! +If you would like to add any of your own table "hacks" or if you see any glaring mistakes, please reach out to me directly via [email](mailto:bt@btxx.org). Thanks! <br>
\ No newline at end of file |