From 2e1d2708370f486fb92940b06bc7b4d89fb79db4 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 7 Sep 2024 00:20:29 +0300 Subject: [PATCH] recent-notes --- quartz/components/RecentNotes.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz/components/RecentNotes.tsx b/quartz/components/RecentNotes.tsx index aa069f9cd..d55d01117 100644 --- a/quartz/components/RecentNotes.tsx +++ b/quartz/components/RecentNotes.tsx @@ -37,7 +37,7 @@ export default ((userOpts?: Partial) => { const remaining = Math.max(0, pages.length - opts.limit) return (
- {opts.title ?? i18n(cfg.locale).components.recentNotes.title} +

{opts.title ?? i18n(cfg.locale).components.recentNotes.title}

    {pages.slice(0, opts.limit).map((page) => { const title = page.frontmatter?.title ?? i18n(cfg.locale).propertyDefaults.title @@ -47,11 +47,11 @@ export default ((userOpts?: Partial) => {
  • -

    + {title} -

    +
    {page.dates && (