From 3f6df9a4f0b59175482140622c94ad1dd21ae737 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sun, 8 Oct 2023 16:33:04 -0400 Subject: [PATCH] Fixed typo in footer link to source --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index de3b72c83..892a590e1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -10,7 +10,7 @@ <strong>FLEAR</strong> © 2023 to present </p> <p> - <a href='https://git.qoto.org/flear/flear-side'>Get source</a> by <a href='https://jeffreyfreeman.me'>Jeffrey Phillips Freeman</a> + <a href='https://git.qoto.org/flear/flear-site'>Get source</a> by <a href='https://jeffreyfreeman.me'>Jeffrey Phillips Freeman</a> </p> </div> </div> -- GitLab