Only left-justify post titles

This commit is contained in:
2020-05-09 01:41:10 -07:00
parent be8a0a4a3a
commit 68fb78e765
5 changed files with 11 additions and 10 deletions

View File

@@ -2,9 +2,9 @@
{{ .Content }}
Recent posts:
<ul class="page-list">
{{ range first 10 (where (where .Site.Pages.ByDate.Reverse "Section" "blog") ".Kind" "!=" "section") }}
{{ partial "post.html" . }}
{{ end }}
<ul class="post-list">
{{ range first 10 (where (where .Site.Pages.ByDate.Reverse "Section" "blog") ".Kind" "!=" "section") }}
{{ partial "post.html" . }}
{{ end }}
</ul>
{{ end }}