- weiter deutsche Anpassungen
This commit is contained in:
parent
5ec2fea11f
commit
b688d23360
3 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue