Use the 'modules' category instead of blog.

This commit is contained in:
2021-04-17 01:09:44 -07:00
parent 94c285a2f1
commit b2a763556d
9 changed files with 57 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
<li>
<a href="{{ .Permalink }}" class="post-title">{{ if .Params.favorite }}{{ partial "icon.html" "star" }}{{ end }} {{ .Title }}</a>
<p class="post-wordcount">{{ .WordCount }} words, about {{ .ReadingTime }} minutes to read.</p>
<p class="post-preview">{{ .Summary }} . . .</p>
<!-- <p class="post-wordcount">{{ .WordCount }} words, about {{ .ReadingTime }} minutes to read.</p> -->
<p class="post-preview">{{ .Summary }}</p>
</li>