@ -7,7 +7,7 @@
<header>
<h1>{{ .Title }}</h1>
<h2 class="headline">
{{ .Date.Format "January 2, 2006" }}
{{ .Date.Format "2. January 2006" }}
<br>
{{ with .Params.tags }}
{{ if ge (len .) 1 }}
@ -6,7 +6,7 @@
{{ $url := replace .Permalink .Site.BaseURL "" }}
{{ if and (ne $url "about/") }}
<li>
<a href="{{ .Permalink }}">{{ .Title }}<aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a>
<a href="{{ .Permalink }}">{{ .Title }}<aside class="dates">{{ .Date.Format "2. Jan" }}</aside></a>
</li>
{{ end }}
@ -3,7 +3,7 @@
{{ if ne $url "about/" }}
<a href='{{ .Permalink }}'><aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a>
<a href='{{ .Permalink }}'><aside class="dates">{{ .Date.Format "2. Jan" }}</aside></a>
<a href='{{ .Permalink }}'>{{ .Title }} <h2>{{ .Description | markdownify }}</h2></a>