remove padding rule from summary layout
This commit is contained in:
parent
85443ff604
commit
8bfd256e2a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<article style="padding:20px 0;">
|
<article>
|
||||||
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
||||||
<b><time>{{ .Date.Format "02.01.2006 15:04" }}</time></b>
|
<b><time>{{ .Date.Format "02.01.2006 15:04" }}</time></b>
|
||||||
{{ range .Params.tags }}
|
{{ range .Params.tags }}
|
||||||
|
|
Loading…
Reference in a new issue