1
0
This commit is contained in:
2024-04-26 21:38:10 +09:00
parent d8d6635f6f
commit 8b04ec2507
6 changed files with 9 additions and 13 deletions

View File

@ -1,8 +1,8 @@
{{ partial "head.html" . }}
<link rel="stylesheet" href="/css/img.css" />
{{ partial "head-blog.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
<div class="content">
<h1>{{ .Title }}</h1>
{{ with .Resources.Match "book_*.png" }}
{{ range $index, $val := . }}
<p><a href="https://syui.booth.pm/items/4938622"><img src="{{ .RelPermalink }}"></a></p>

View File

@ -1,11 +1,11 @@
{{ partial "head.html" . }}
{{ partial "head-blog.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
{{ .Content }}
<hr />
<article>
<div class="content">
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ with .Resources.Match "*.webp" }}
<div class="top-card">
<p>

View File

@ -1,10 +1,11 @@
{{ partial "head.html" . }}
{{ partial "head-blog.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
{{ .Content }}
<article>
<div class="content">
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ with .Resources.Match "*.jpg" }}
<div class="top-item">
<p>

View File

@ -26,7 +26,7 @@
<table>
<tbody>
<tr>
<td><code>ctrl</code> + <code>enter</code></td>
<td class="bg"><code>ctrl</code> + <code>enter</code></td>
</tr>
</tbody>
</table>