|
|
@ -3,9 +3,9 @@ |
|
|
|
{{ $url := replace .Permalink .Site.BaseURL "" }} |
|
|
|
{{ if ne $url "about/" }} |
|
|
|
<li> |
|
|
|
<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> |
|
|
|
</li> |
|
|
|
{{ end }} |
|
|
|
{{ end }} |
|
|
|
</ul> |
|
|
|
</ul> |