From 61ea08058e7616ce0d909320be60a9ad9156755d Mon Sep 17 00:00:00 2001 From: Lemon73 <108001913+Lemon73-Computing@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:21:21 +0900 Subject: [PATCH] docs(index): fixed info-card height --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 37cb015..fc9aa2d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -17,7 +17,7 @@

Information

{{ .Date.Format "2006.01.02" }}

{{ .Title }}

-

{{ .Summary }}…

+

{{ .Summary | plainify }}…

{{ end }} @@ -26,7 +26,7 @@

Information

{{ range ( first 3 ( where .Site.RegularPages "Params.tags" "intersect" (slice "未定"))) }}
  • {{ .Title }} -

    {{ .Summary }}

    +

    {{ .Summary | plainify }}

  • {{ end }} -->