Rename a lot of classes from post- to page-

This commit is contained in:
2023-03-23 12:42:13 -05:00
parent 0e0195afd1
commit 553d1584f4
24 changed files with 84 additions and 92 deletions

View File

@ -1,7 +1,7 @@
<div class="page-list">
{{ with . }}
{{ range . }}
<article class="post">
<article class="page">
{{ .Render "summary" }}
</article>
{{ end }}