diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-14 14:46:41 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-14 14:46:41 +0800 |
| commit | 78bfb125f30b117895206e9aea7a3a38f8457d0c (patch) | |
| tree | 6d8504987b872fde416a0d7157b108e2a98c3315 | |
| parent | b3ebd8526dc1e7b0d7d5420b38f7dc43f185a979 (diff) | |
| download | blog-78bfb125f30b117895206e9aea7a3a38f8457d0c.tar.gz blog-78bfb125f30b117895206e9aea7a3a38f8457d0c.zip | |
docs(/content/links.md): Add link to "Doin的赛博空间"
| -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> |
