diff --git a/content/blog/2024-04-01-layout.md b/content/blog/2024-04-01-layout.md index a1b6376e..02fb0253 100644 --- a/content/blog/2024-04-01-layout.md +++ b/content/blog/2024-04-01-layout.md @@ -1,7 +1,7 @@ +++ date = "2024-04-01T00:00:00+09:00" tags = ["blog"] -title = "change layout" +title = "update layout" +++ -layoutを変更しました。 +layoutを更新しました。 diff --git a/content/story.md b/content/story.md index 3be3cb3a..cffae196 100644 --- a/content/story.md +++ b/content/story.md @@ -12,8 +12,7 @@ date = "2024-01-22" - - + diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 9370de0a..18ef16f5 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,7 +6,7 @@
+
+
+ {{ if ne .Lastmod .Date }}
{{ .Lastmod.Format "2006-01-02" }}
{{ end }} +

{{ .Title }}

+ {{ .Content }} +
+
- {{ partial "footer.html" . }} +{{ partial "footer.html" . }} diff --git a/static/css/style.css b/static/css/style.css index 18049286..e8053c2e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -208,6 +208,7 @@ pre > code { h2 { line-height: 2rem; + padding-bottom:2rem; } span.tag { @@ -1055,7 +1056,6 @@ table { table { border-spacing: 2px; } - li.blog-list-first { background-color: #fff; @@ -1123,3 +1123,4 @@ li.blog-menu button:hover { a.menu-link-left-black span.icon-aiterm { color: #fff700; } +