fix
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user