add taxonomy and term lists
This commit is contained in:
parent
a45856d788
commit
e4caa0d1d7
7 changed files with 157 additions and 32 deletions
15
layouts/partials/page-list.html
Normal file
15
layouts/partials/page-list.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<ul class="section-ul">
|
||||
{{- range . -}}
|
||||
<li class="section-li">
|
||||
<div class="section">
|
||||
<div class="desc">
|
||||
<h3><a href="{{ .Permalink }}">{{- .Title -}}</a></h3>
|
||||
<p>{{- .Summary -}}{{if .Truncated}}...{{end}}</p>
|
||||
</div>
|
||||
<p class="meta">
|
||||
{{ .ReadingTime }} minute read. Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
{{- end -}}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue