diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-03 11:11:58 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-03 11:11:58 -0500 |
| commit | 0b0f971871773b77adc719ca4f0de52f0394e68f (patch) | |
| tree | 21ffe767177ac997d6f4cb0e464a2a2787a943c1 /templates | |
| parent | 13456cc29b9d8f348d90c9f4d81e3338f16b4383 (diff) | |
Including link to website source codev1.0.1
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/articletemplate.html | 2 | ||||
| -rwxr-xr-x | templates/error.html | 2 | ||||
| -rwxr-xr-x | templates/template.html | 2 |
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> |
