Skip to content

Commit

Permalink
Update index html template
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bryan Sazon committed May 1, 2018
1 parent d1ba00d commit 024d336
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions parser/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ var indexHTMLTemplateString = `<!DOCTYPE HTML5>
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;
}
Expand Down Expand Up @@ -171,13 +167,9 @@ var indexHTMLTemplateString = `<!DOCTYPE HTML5>
</a>
{{end -}}
</div>
<div class="mdl-card__menu">
<button class="mdl-button mdl-button--icon mdl-js-button mdl-js-ripple-effect">
<i class="material-icons">share</i>
</button>
</div>
</div>
<!-- Release Notes -->
{{if .Changelogs}}
<table class="mdl-data-table mdl-shadow--2dp mdl-js-data-table release-note">
<thead>
<tr>
Expand All @@ -196,6 +188,7 @@ var indexHTMLTemplateString = `<!DOCTYPE HTML5>
{{end}}
</tbody>
</table>
{{end}}
</div>
</body>
</html>
Expand Down

0 comments on commit 024d336

Please sign in to comment.