Commit Graph
11 Commits
Author SHA1 Message Date
nxxy335top bab8380894 增加i18n支持 2026-05-20 17:18:33 +08:00
nxxy335top 93dc21e69b 完善页脚 2026-05-19 14:18:09 +08:00
nxxy335top 1bf7107966 增加豆瓣、Steam、装备管理适配页面 2026-05-19 11:07:22 +08:00
nxxy335top 0021045c5f 修复EXIF 2026-05-18 20:35:58 +08:00
nxxy335top a0c64736eb first commit 2026-05-18 17:29:18 +08:00
Ryan Wang 184ff9351d Extract post list into reusable fragment
Add public/fragments/post-list.html containing the shared post list markup, and update src/pages/category.astro and src/pages/index.astro to replace the in-file duplicate list with <th:block th:replace="~{fragments/post-list}"></th:block>. This removes duplicated template code and centralizes the post list for easier maintenance; existing empty-feed and pagination logic remain unchanged.
2026-04-07 23:26:08 +08:00
Ryan Wang cf680c4d17 Refactor 2026-04-07 22:52:16 +08:00
Ryan Wang b7cbc0866e chore: bump dependencies
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-08-25 15:50:49 +08:00
Ryan Wang 39df649b96 feat: add i18n files
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-08-01 12:29:02 +08:00
Ryan Wang 0a950731d9 feat: add links page
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-07-30 11:04:52 +08:00
Ryan Wang ceceb37349 init project
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-07-28 22:53:51 +08:00