diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-12 13:02:12 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-12 13:02:12 +0700 |
commit | ead5086186e45c09222c739f958442513ff76674 (patch) | |
tree | 75f44afa0c5417a8d12c0a6c59e10b52fd593197 /layouts | |
parent | 8aa4387a2dbf8a315bc139c6cb3fb9e1cafdf7f8 (diff) | |
download | blog-ead5086186e45c09222c739f958442513ff76674.tar.gz |
Fix source code link
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer-extra.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer-extra.html b/layouts/partials/footer-extra.html index bef79ed..88d622c 100644 --- a/layouts/partials/footer-extra.html +++ b/layouts/partials/footer-extra.html @@ -7,6 +7,6 @@ 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/~sircmpwn/drewdevault.com">code for this site</a> + The <a href="https://git.sr.ht/~huyngo/blog">code for this site</a> is <a href="https://opensource.org/licenses/MIT">MIT</a>. </footer> |