diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-17 12:04:07 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-17 12:04:07 +0200 |
| commit | 46d1b4e513b62c397b8c25800cff3e6a482aecdf (patch) | |
| tree | 8f60356206822dbd7684a478137db1f86ea632c0 | |
| parent | 366706b4df336c904d348bacc97ae9b649b49169 (diff) | |
| download | writefreesoftware.org-46d1b4e513b62c397b8c25800cff3e6a482aecdf.tar.xz | |
Update source code links
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | content/blog/introducing-writefreesoftware.org.md | 2 | ||||
| -rw-r--r-- | layouts/partials/footer.html | 2 |
3 files changed, 4 insertions, 5 deletions
@@ -7,9 +7,8 @@ practice. ## Contributing Please contribute improvements via email to -[sir@cmpwn.com](mailto:sir@cmpwn.com) using [git send-email][0]. - -TODO: set up dedicated mailing list +[the mailing list](https://lists.sr.ht/~sircmpwn/writefreesoftware.org) using +[git send-email][0]. [0]: https://git-send-email.io diff --git a/content/blog/introducing-writefreesoftware.org.md b/content/blog/introducing-writefreesoftware.org.md index 97dbb64..c9bf9ef 100644 --- a/content/blog/introducing-writefreesoftware.org.md +++ b/content/blog/introducing-writefreesoftware.org.md @@ -41,4 +41,4 @@ Future topics for the blog include: - The importance of copyleft in practice Want to help with these or any other ideas? -[Consider writing for us!](https://git.sr.ht/~sircmpwn/writefreesoftware.org) +[Consider writing for us!](https://sr.ht/~sircmpwn/writefreesoftware.org/) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4b4ba13..ea4650b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@ <footer class="pt-2 pb-2"> <div class="wrap"> <p><small> - <a href="https://git.sr.ht/~sircmpwn/writefreesoftware.org">Source Code</a> – CC-BY-SA 4.0; Theme: <a href="https://github.com/onweru/compose">Source Code</a> – Copyright (c) 2020 Weru – MIT license<br /> + <a href="https://sr.ht/~sircmpwn/writefreesoftware.org/">Source Code</a> – CC-BY-SA 4.0; Theme: <a href="https://github.com/onweru/compose">Source Code</a> – Copyright (c) 2020 Weru – MIT license<br /> Logo based on Font Awesome Free 5.3.1 – <a href="https://fontawesome.com">https://fontawesome.com</a> – CC-BY 4.0 </small></p> <a href="#pagetop" id="toTop" title={{ T "to_top" }}></a> |
