summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/articletemplate.html2
-rwxr-xr-xtemplates/error.html2
-rwxr-xr-xtemplates/template.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/articletemplate.html b/templates/articletemplate.html
index 0e7d22b..182632d 100755
--- a/templates/articletemplate.html
+++ b/templates/articletemplate.html
@@ -22,7 +22,7 @@
{{body|safe}}
</div>
<footer class="LicenseFooter">
- <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The code for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
+ <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The <a href="https://codeberg.org/JacobMcDonnell/JacobMcDonnell.com">code</a> for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
</footer>
</body>
</html>
diff --git a/templates/error.html b/templates/error.html
index 5726ce9..444e1ae 100755
--- a/templates/error.html
+++ b/templates/error.html
@@ -21,7 +21,7 @@
</center>
</div>
<footer class="LicenseFooter">
- <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The code for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
+ <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The <a href="https://codeberg.org/JacobMcDonnell/JacobMcDonnell.com">code</a> for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
</footer>
</body>
</html>
diff --git a/templates/template.html b/templates/template.html
index 17f5dba..2103cfa 100755
--- a/templates/template.html
+++ b/templates/template.html
@@ -25,7 +25,7 @@
{{.}}
</div>
<footer class="LicenseFooter">
- <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The code for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
+ <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The <a href="https://codeberg.org/JacobMcDonnell/JacobMcDonnell.com">code</a> for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
</footer>
</body>
</html>