diff options
| author | seth <[email protected]> | 2024-10-08 11:49:47 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-08 11:49:47 -0400 |
| commit | 20d62336a446bea6c5846805e8325b67cd59fe54 (patch) | |
| tree | 46a92b1de1021eb0631b54f664ba0c2ddf6752c6 /templates/partials/footer.html | |
| parent | 07cb04200916169671b9c426fbfe9a24bb0fa79e (diff) | |
nice redesign (#145)
* nix: drop treefmt
* nix: remove .envrc
* nix: move `serve` to apps output
* nice redesign
* use local stylesheet
* nix: fix build
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> |
