new style, new blog post, german langauge translate

This commit is contained in:
2026-06-22 14:31:40 +02:00
parent e0ce9334d0
commit cb4e80cf23
32 changed files with 776 additions and 407 deletions
+7 -11
View File
@@ -2,19 +2,15 @@
<h1>{{ .Title }}</h1>
<ul>
<ul class="postlist">
{{ range .Pages }}
<div class="blogpost">
<div class="blogpost-content">
<a class="blogpost-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
<span class="blogpost-date">{{ .Date | time.Format "January 2, 2006" }}</span>
<li>
<div class="post-head">
<a class="post-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
<span class="post-date">{{ .Date | time.Format ":date_medium" }} · ~{{ .ReadingTime }} {{ i18n "minutes" }}</span>
</div>
<div class="blogpost-content">
<span>{{ .Description }}</span>
</div>
</div>
{{ with .Description }}<p class="post-desc">{{ . }}</p>{{ end }}
</li>
{{ end }}
</ul>