technicalsuwako.moe/src/index.html

13 行
375 B
HTML
Raw 通常表示 履歴

2022-01-27 14:12:21 +09:00
title: トップページ
----
2022-03-31 02:06:42 +09:00
<p class="lead">
ようこそ、あたしのウェブページへ!諏訪子です。
</p>
2022-01-27 14:12:21 +09:00
{{ range (((.Site.Pages.Children "blog/").Where "Url" "/$").WhereNot "Draft" "true") }}
2022-03-31 02:06:42 +09:00
<div class="mb5 {{ if .Date.Year | changed "year" }}mt15{{ end }}">
2022-01-27 14:12:21 +09:00
{{ template "date" .Date }}
<a href="{{ $.Rel .Url }}">{{ .Title }}</a>
2022-03-31 02:06:42 +09:00
</div>
2022-01-27 14:12:21 +09:00
{{ end }}