diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | content/links.md | 1 | ||||
| -rw-r--r-- | layouts/partials/footer.html | 2 |
3 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,3 @@ public/ resources/ +.obsidian/ diff --git a/content/links.md b/content/links.md index 929a60b..9d0eddb 100644 --- a/content/links.md +++ b/content/links.md @@ -20,6 +20,7 @@ type: no-comments | [龙场茶室](https://blog.peterchen97.cn/) | - | | [太隐](https://wangyurui.com/) | 一个人的思想发育史就是他的阅读史 | | [辛未羊的网络日志](https://panqiincs.me/) | 记录生活和学习 | +| [Doin的赛博空间](https://doin.pages.dev/) | 来自后玲音与爱丽丝时代的幻想。 | <!-- diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cc5e269..52d7e30 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1 +1 @@ -<p>© 2024 - 2025 | Made with ❤️ by Verdant.</p> +<p class="copyright">© 2024 - 2025 | Made with ❤️ by Verdant.</p> |
