2024-04-21 07:44:03 +00:00
|
|
|
{{ partial "head-blog.html" . }}
|
2024-04-05 08:44:02 +00:00
|
|
|
{{ partial "navbar.html" . }}
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
<div class="content">
|
2024-04-21 07:44:03 +00:00
|
|
|
<h1>{{ .Title }}</h1>
|
2024-04-05 08:44:02 +00:00
|
|
|
{{ with .Resources.Match "book_*.png" }}
|
|
|
|
{{ range $index, $val := . }}
|
|
|
|
<p><a href="https://syui.booth.pm/items/4938622"><img src="{{ .RelPermalink }}"></a></p>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
</body>
|
|
|
|
</html>
|