diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2024-09-17 22:48:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 22:48:28 +0200 |
commit | 6f1d9131091ae3af22f8c52ba8f04c3a9d5a41dd (patch) | |
tree | 2c0a8bdfdd87cffbf3c6881567328a68430fe181 /layouts/_default/baseof.html | |
parent | 3a4e3d9de5efd60f1376d04b661e6bc9226bbd80 (diff) | |
parent | e5f73a1ca562be7faf34df5bffdcd0e1a4d8aba3 (diff) |
Merge pull request #24 from arunmathaisk/main
feat: Content License and Copyright holder as Footer
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 373e635..08a2d25 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -27,7 +27,7 @@ <footer> {{ partial "footer.html" . }} </footer> - + </body> <script> |