diff options
Diffstat (limited to 'templates/partials/footer.html')
| -rw-r--r-- | templates/partials/footer.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 122766f..c116580 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -1,3 +1,7 @@ <footer> - <a href="{{ config.extra.repository_url }}">source code</a> + <p>Content is All Rights Reserved</p> + <p> + The <a href="{{ config.extra.repository_url }}">source code</a> is available + under the <a href="https://spdx.org/licenses/MIT.html">MIT License</a> + </p> </footer> |
