From 10ef430d340aaa9f08a82c980100c96a5d8c3731 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 24 Apr 2024 10:06:45 +0900 Subject: [PATCH] fix --- content/syui-1.md | 4 ---- layouts/_default/single.html | 4 ++-- layouts/partials/content-about-1.html | 12 ------------ layouts/partials/content-about.html | 25 ------------------------- layouts/sitemap/single.html | 5 ++--- layouts/syui-1/single.html | 10 ---------- 6 files changed, 4 insertions(+), 56 deletions(-) delete mode 100644 content/syui-1.md delete mode 100644 layouts/partials/content-about-1.html delete mode 100644 layouts/syui-1/single.html diff --git a/content/syui-1.md b/content/syui-1.md deleted file mode 100644 index 36d21ef..0000000 --- a/content/syui-1.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "about | syui.ai" -type: syui-1 ---- diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b9ad8a7..fe2211a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,7 +4,7 @@
{{ if ne .Lastmod .Date }}
update : {{ .Lastmod.Format "2006-01-02" }}
{{ end }} -
{{ .Date.Local.Format "2006-01-02" }} / {{ .Site.Author.name }} +
{{ .Date.Local.Format "2006-01-02" }} / @{{ .Site.Author.name }} {{ $taxo := "tags" }} {{ with .Param $taxo }} @@ -41,9 +41,9 @@

{{ .Title }}

{{ .Content }} - {{ partial "prev_next_post.html" . }}