diff options
Diffstat (limited to 'templates/articletemplate.html')
| -rwxr-xr-x | templates/articletemplate.html | 2 |
1 files changed, 1 insertions, 1 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> |
