summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-08-27 19:29:29 -0600
committerHombreLaser <sebastian-440@live.com>2023-08-27 19:29:29 -0600
commit981a65581517a411eac26e0c87f2896ba1a83dba (patch)
tree6c0679f4e7aee53010d9e301dff90de379968cc9 /_includes
parentebf154b8b61f94a33d01192febc6339309b88e37 (diff)
Fix license url
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 9b4dac8..4798d16 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,7 +3,7 @@
<div class="span12 footer navbar-inverse navbar-fixed-bottom">
<p class="copyright">&copy;{{ site.time | date: '%Y' }} {{ site.name }}.
under
- <a href="https://creativecommons.org/licenses/by-nd/4.0">Creative Commons Attribution-NonCommercial-NoDerivatives</a></p>
+ <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives</a></p>
</div>
</div>
</div>