commit 105061f3ca8d81fb56ac1a4cbfb6ee325d4a92df
parent 6f28fd7d6be9211643a3db724eb86e953691b036
Author: Pollux <pollux@pollux.codes>
Date: Sat, 25 Jan 2025 14:16:37 -0600
Add link to source in footer.
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
@@ -1,6 +1,7 @@
<footer>
<hr>
- <a href="#">Back to top</a><br>Design inspired by the <a href="https://bestmotherfucking.website">best motherfucking website</a>.
+ <a href="#">Back to top</a><br>Design inspired by the <a href="https://bestmotherfucking.website">best motherfucking website</a>.<br>
+ This website was built using Hugo. The source is available <a href="/git/pollux.codes/">here</a>.
<p style="margin: 0" xmlns:cc="http://creativecommons.org/ns#" >This work is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0</a>.</p>
<div style="max-width: 528px; margin:0em auto">
{{ range (index .Site.Params "buttons") -}}