summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-12-16 23:14:51 +0100
committerFederico Angelilli <code@fedang.net>2024-12-17 00:26:54 +0100
commit02dfc147b9ebc690a9b54ab187a33ac3d6cda5af (patch)
treed554d3130f1e7ab7af503d9326b0fd7712ed1866 /hugo.toml
parent16324ee246291112fc99397641dded4d366783ae (diff)
Add license page
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index 2f25521..04bbf4c 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -15,7 +15,7 @@ enableGitInfo = true
[params]
title_crumbs = false
- bottom_text = "**🅭** [BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
+ bottom_text = "[BY-NC-SA 4.0]({{% ref license %}}) [{{< icon creative-commons medium >}}](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
custom_css = ["css/syntax.css"]
[security]