- weiter deutsche Anpassungen

This commit is contained in:
Stephan Hadan 2025-01-28 11:14:33 +01:00
parent 5ec2fea11f
commit b688d23360
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
<div class="pagination">
{{ if .Paginator.HasPrev }}
<a href="{{ .Paginator.Prev.URL }}">« Newer</a>
<a href="{{ .Paginator.Prev.URL }}">« Neuer</a>
{{ end }}
{{ if and .Paginator.HasNext .Paginator.HasPrev }}
@ -8,6 +8,6 @@
{{ end }}
{{ if .Paginator.HasNext }}
<a href="{{ .Paginator.Next.URL }}">Older »</a>
<a href="{{ .Paginator.Next.URL }}">Älter »</a>
{{ end }}
</div>

View file

@ -6,7 +6,7 @@
<h2><a rel="remote-article" href="{{ .Params.externalurl }}">→ {{ .Title }}</a> <a href="{{ .Permalink }}"></a></h2>
{{ end }}
<div class="postmeta">Posted on <time datetime='{{ .Date.Format "2006-01-02" }}' pubdate="">{{ .Date.Format "January 2, 2006" }}</time>
<div class="postmeta">Geschrieben am <time datetime='{{ .Date.Format "2006-01-02" }}' pubdate="">{{ .Date.Format "2. Januar 2006" }}</time>
{{ if (isset .Params "categories") }}
in
<span class="categories">
@ -27,11 +27,11 @@
{{ if .Truncated }}
{{ if (not (isset .Params "externalurl")) }}
<a class="continue" rel="full-article" href="{{ .Permalink }}">Continue Reading »</a>
<a class="continue" rel="full-article" href="{{ .Permalink }}">Weiterlesen »</a>
{{ end }}
{{ end }}
{{ else }}
{{ .Content }}
<a href='{{ .Permalink }}'><aside class="dates">→ {{ .Date.Format "2006/01/02 3:04 PM" }}</aside></a>
<a href='{{ .Permalink }}'><aside class="dates">→ {{ .Date.Format "02.01.2006 15:04" }}</aside></a>
{{ end }}
</article>

View file

@ -5,7 +5,7 @@
<h2><a rel="remote-article" href="{{ .Params.externalurl }}">→ {{ .Title }}</a> <a href="{{ .Permalink }}"></a></h2>
{{ end }}
<div class="postmeta">Posted on <time datetime='{{ .Date.Format "2006-01-02" }}' pubdate="">{{ .Date.Format "January 2, 2006" }}</time>
<div class="postmeta">Geschrieben am <time datetime='{{ .Date.Format "2006-01-02" }}' pubdate="">{{ .Date.Format "2. Januar 2006" }}</time>
{{ if (isset .Params "categories") }}
in
<span class="categories">
@ -26,7 +26,7 @@
{{ if .Truncated }}
{{ if (not (isset .Params "externalurl")) }}
<a class="continue" rel="full-article" href="{{ .Permalink }}">Continue Reading »</a>
<a class="continue" rel="full-article" href="{{ .Permalink }}">Weiterlesen »</a>
{{ end }}
{{ end }}
</article>