From ed1a6fe662b4e0e1380fed38c60a86959e4dfcfd Mon Sep 17 00:00:00 2001 From: liding Date: Sun, 16 Jun 2024 13:22:49 +0800 Subject: [PATCH] Make the code easier to read. --- src/components/Nav.astro | 1 - src/components/article/CollectionSummary.astro | 9 +++++---- src/pages/article/blog/index.astro | 17 +++++++++++------ src/pages/article/blog/sort_by_name.astro | 17 +++++++++++------ src/pages/article/note/index.astro | 17 +++++++++++------ src/pages/article/note/sort_by_timeline.astro | 17 +++++++++++------ src/pages/article/translation/index.astro | 17 +++++++++++------ .../article/translation/sort_by_timeline.astro | 17 +++++++++++------ 8 files changed, 71 insertions(+), 41 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 10e5df9..4da94fa 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -1,5 +1,4 @@ --- - ---