upgraded bootstrap, fixed style, added share blacklisting

This commit is contained in:
ston1th 2018-09-14 20:49:50 +02:00
commit 3fb1cfc17d
37 changed files with 811 additions and 892 deletions

View file

@ -4,13 +4,11 @@
<h2>{{.BodyTitle}}</h2>
</div>
</div>
<div class="row">
<div class="row mt-5">
<ul type="circle">
{{if .Data}}
{{range $item := .Data}}
<li><a href="/{{$item.StoreTitle}}"><b>{{$item.Title}}</b></a></li>
{{end}}
{{end}}
</ul>
</div>
{{end}}