Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorph <morph@posteo.de>2020-05-26 15:21:56 +0300
committermorph <morph@posteo.de>2020-05-26 15:21:56 +0300
commit8bfd256e2ac2763625a7e7bd7973d84c8a2d5079 (patch)
treef19332109a25ff04bcd22435ddf52eacc3d87f5d
parent85443ff6043d44b187648b72e1fb296236a3dbf5 (diff)
remove padding rule from summary layout
-rw-r--r--layouts/_default/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index 72a8f9d..05b75a9 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -1,4 +1,4 @@
-<article style="padding:20px 0;">
+<article>
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<b><time>{{ .Date.Format "02.01.2006 15:04" }}</time></b>
{{ range .Params.tags }}