ADD summary, CHANGE single page

This commit is contained in:
Hoernschen 2024-04-20 21:43:44 +02:00
parent 07f46720f8
commit cbe06d5249
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
6 changed files with 90 additions and 19 deletions

View file

@ -0,0 +1,16 @@
<article>
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
<div class="meta">
<span> {{ .Date.Format "2006-01-02" }}</span>
<span> ⏱ {{.ReadingTime}} min</span>
{{ with .Params.tags }}
<span>
{{ range . }}
<a href="{{ " tags" | absURL }}/{{ . | urlize }}/">#{{ . }}</a>
{{ end }}
</span>
{{ end }}
</div>
{{ .Summary }}
<a class="more" href='{{ .RelPermalink }}'><i class="icon-angle-right"></i></a>
</article>