2020-05-26 01:04:43 +00:00
|
|
|
<article style="padding:20px 0;">
|
2019-07-30 21:32:26 +00:00
|
|
|
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
2020-05-26 01:04:43 +00:00
|
|
|
<b><time>{{ .Date.Format "02.01.2006 15:04" }}</time></b>
|
2019-07-30 21:32:26 +00:00
|
|
|
{{ range .Params.tags }}
|
|
|
|
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
|
|
|
|
{{ end }}
|
|
|
|
<div>
|
|
|
|
{{ .Summary }}
|
|
|
|
{{ if .Truncated }}
|
|
|
|
<a href="{{ .Permalink }}">Read more...</a>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</article>
|