diff options
| -rw-r--r-- | layouts/partials/footer.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 52d7e30..afe2521 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1 +1,4 @@ -<p class="copyright">© 2024 - 2025 | Made with ❤️ by Verdant.</p> +<p class="copyright"> + © 2024 - 2025 | Made with ❤️ by + <a href="https://github.com/yingyu5658">Verdant</a>. +</p> |
