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