technicalsuwako.moe/src/index.html

17 行
412 B
HTML

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