add blog
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>
|
||||
|
Reference in New Issue
Block a user