diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-28 22:00:35 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-28 22:00:35 +0800 |
| commit | 79e1ec9991d41a86d72a35b71b9f378efa176d0b (patch) | |
| tree | 983fd4df51c79e5aed9e55a60e4d6c00fd5fefc8 /layouts/partials/footer.html | |
| parent | f0b79cf45cf7378bff464fc07ec1de6d317dda68 (diff) | |
| download | blog-79e1ec9991d41a86d72a35b71b9f378efa176d0b.tar.gz blog-79e1ec9991d41a86d72a35b71b9f378efa176d0b.zip | |
docs: post weekly
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index afe2521..229a5ad 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,9 @@ -<p class="copyright"> +<div class="copyright"> © 2024 - 2025 | Made with ❤️ by - <a href="https://github.com/yingyu5658">Verdant</a>. -</p> + <a href="https://github.com/yingyu5658">Verdant</a>. | + <div class="social-icons"> + <a href="/atom.xml"> + <i class="fa fa-rss"></i> + </a> + </div> +</div> |
