init as nameless new theme

This commit is contained in:
morph 2020-05-26 03:04:43 +02:00
parent f4735db2ae
commit ce98bd5c83
6 changed files with 27 additions and 13 deletions

View file

@ -1,6 +1,6 @@
<article>
<article style="padding:20px 0;">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<time>{{ .Date.Format "02.01.2006 15:04" }}</time>
<b><time>{{ .Date.Format "02.01.2006 15:04" }}</time></b>
{{ range .Params.tags }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}