1
0
This commit is contained in:
2024-04-10 00:51:56 +09:00
parent fa63803bce
commit 8374e71f5f
10 changed files with 90 additions and 30 deletions

View File

@ -8,6 +8,7 @@
{{ range .Data.Pages.Reverse }}
<li class="blog-list-first">
<a href="{{.Permalink}}">{{.Title}}</a> <span class="blog-date">{{ .Date.Local.Format "2006-01-02" }}</span>
{{ with .Params.tags }}{{ range . }}<button class="tag"><a href="/tags/{{ . }}/">{{ . }}</a>{{ end }}</button>{{ end }}
</li>
{{ end }}
</ul>
@ -15,6 +16,6 @@
</div>
</div>
</div>
{{ partial "footer" . }}
{{ partial "footer" . }}
</body>
</html>