1
0
This commit is contained in:
syui 2024-04-06 03:54:19 +09:00
parent d9f8fd05ff
commit be3f528e74
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
5 changed files with 14 additions and 17 deletions

View File

@ -1,7 +1,7 @@
+++
date = "2024-04-01T00:00:00+09:00"
tags = ["blog"]
title = "change layout"
title = "update layout"
+++
layoutを更しました。
layoutを更しました。

View File

@ -12,8 +12,7 @@ date = "2024-01-22"
</div>
<iframe src="https://manga.syui.ai/0" allowfullscreen frameborder="0" class="manga"></iframe>
<iframe src="https://manga.syui.ai" allowfullscreen frameborder="0" class="manga"></iframe>
<!--more-->

View File

@ -6,7 +6,7 @@
<div id="blog-archives" class="category">
<ul class="cp_list">
{{ range .Data.Pages.Reverse }}
<li class="blog-list">
<li class="blog-list-first">
<a href="{{.Permalink}}">{{.Title}}</a> <span class="blog-date">{{ .Date.Local.Format "2006-01-02" }}</span>
</li>
{{ end }}

View File

@ -2,18 +2,15 @@
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
{{ $s := path.Dir (.Permalink | relURL) }}
{{ $t := index (split $s "/") 2 }}
{{ $o := index (split $s "/") 1 }}
{{ if eq $t "img" }}
{{ partial "img.html" . }}
{{ else }}
<article>
<div class="content">
{{ if ne .Lastmod .Date }}<div class="post-time-date">{{ .Lastmod.Format "2006-01-02" }}</div>{{ end }}
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ end }}
</div>
</article>
</div>
{{ partial "footer.html" . }}
{{ partial "footer.html" . }}
</body>
</html>

View File

@ -208,6 +208,7 @@ pre > code {
h2 {
line-height: 2rem;
padding-bottom:2rem;
}
span.tag {
@ -1056,7 +1057,6 @@ table {
border-spacing: 2px;
}
li.blog-list-first {
background-color: #fff;
padding:10px 40px;;
@ -1123,3 +1123,4 @@ li.blog-menu button:hover {
a.menu-link-left-black span.icon-aiterm {
color: #fff700;
}