summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-06-08 17:42:59 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-06-08 17:44:18 -0500
commite03c3d3b6e52bc5971bf16d4aa5a77e1587d4b9f (patch)
tree39bf197268a92e4a94e7bb518013d26ed983e62f /templates
parentb949ab0145abb4de123c41e10c6653c97bb14d4c (diff)
fix: add hosted license fileHEADmain
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index a1af5e8..9c3a3f1 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -53,7 +53,7 @@
<footer>
This site was built with <a href="https://www.getzola.org/">Zola</a>.
The <a href="{{ config.extra.repository }}">code</a> is licensed under
- <a href="https://opensource.org/licenses/{{ config.extra.license }}">{{ config.extra.license }}</a>.
+ <a href="/LICENSE-{{ config.extra.license }}.txt">{{ config.extra.license }}</a>.
</footer>
</body>
</html>