commit c74ec055084b92c69785fa057e6f3dab3224a7bf parent fb5a2aacabafafae2796b3b4dd87333cb92df6c2 Author: Pollux <pollux@pollux.codes> Date: Mon, 10 Feb 2025 01:12:52 -0600 Change license to CC-BY-SA Signed-off-by: Pollux <pollux@pollux.codes> Diffstat:
M | layouts/partials/footer.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html @@ -2,7 +2,7 @@ <hr> <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> + <p style="margin: 0" xmlns:cc="http://creativecommons.org/ns#" >This work is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0</a>.</p> <div style="max-width: 528px; margin:0em auto"> {{ range (index .Site.Params "buttons") -}} {{- $image := resources.Get .file -}}