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