From 024d3366e555363b42790db5d512b7e137ec2c3b Mon Sep 17 00:00:00 2001 From: John Bryan Sazon Date: Wed, 2 May 2018 00:36:23 +0800 Subject: [PATCH] Update index html template --- parser/templates.go | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/parser/templates.go b/parser/templates.go index f9c02de..42fdfc2 100644 --- a/parser/templates.go +++ b/parser/templates.go @@ -90,10 +90,6 @@ var indexHTMLTemplateString = ` text-indent: 0px; vertical-align:bottom; } - .demo-card-wide > .mdl-card__details { - margin: 0 auto; - text-align: center; - } .demo-card-wide > .mdl-card__menu { color: #fff; } @@ -171,13 +167,9 @@ var indexHTMLTemplateString = ` {{end -}} -
- -
+ {{if .Changelogs}} @@ -196,6 +188,7 @@ var indexHTMLTemplateString = ` {{end}}
+ {{end}}