From ba727ed6afb7e47b5f9a6e747b399d503d5ecc18 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 7 Apr 2024 07:30:45 +0900 Subject: [PATCH] fix --- layouts/partials/content.html | 2 +- static/css/style.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/content.html b/layouts/partials/content.html index 5c4e78a0..addaf45c 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -7,7 +7,7 @@ {{ if or (eq $t "blog") }}
  • - blog + blog
  • {{ range $index,$value := (where $.Site.RegularPages.ByDate.Reverse "Section" "blog") }} diff --git a/static/css/style.css b/static/css/style.css index 3154241d..3a7d6ce1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1135,4 +1135,7 @@ li.commit { color: #fff; } - +a.li-link-left { + float: right; + padding-right: 20px; +}