diff --git a/public/carefree-mountain/1.webp b/public/carefree-mountain/1.webp new file mode 100644 index 0000000..8aca299 Binary files /dev/null and b/public/carefree-mountain/1.webp differ diff --git a/public/carefree-mountain/2.webp b/public/carefree-mountain/2.webp new file mode 100644 index 0000000..73f73d0 Binary files /dev/null and b/public/carefree-mountain/2.webp differ diff --git a/public/carefree-mountain/3.webp b/public/carefree-mountain/3.webp new file mode 100644 index 0000000..0937679 Binary files /dev/null and b/public/carefree-mountain/3.webp differ diff --git a/public/carefree-mountain/4.webp b/public/carefree-mountain/4.webp new file mode 100644 index 0000000..da77ce2 Binary files /dev/null and b/public/carefree-mountain/4.webp differ diff --git a/public/carefree-mountain/5.webp b/public/carefree-mountain/5.webp new file mode 100644 index 0000000..4211519 Binary files /dev/null and b/public/carefree-mountain/5.webp differ diff --git a/src/components/Note.astro b/src/components/Note.astro index a2f4485..2bfb070 100644 --- a/src/components/Note.astro +++ b/src/components/Note.astro @@ -16,5 +16,6 @@ const { date, title, href } = Astro.props .note { display: flex; gap: 6px; + margin-bottom: 5px; } diff --git a/src/components/NoteMetadata.astro b/src/components/NoteMetadata.astro index 89c4dd3..055c79e 100644 --- a/src/components/NoteMetadata.astro +++ b/src/components/NoteMetadata.astro @@ -9,7 +9,7 @@ const { createdAt, updatedAt } = Astro.props

Дата создания: { createdAt }

-

Последнее обновление: { updatedAt }

+ { updatedAt !== createdAt &&

Последнее обновление: { updatedAt }

}