fixed permissions and style

This commit is contained in:
ston1th 2018-09-17 23:54:55 +02:00
commit 575a41127f
12 changed files with 107 additions and 53 deletions

View file

@ -20,7 +20,7 @@
</div>
</div>
<div class="row mt-3">
<div class="col-lg-12">
<div class="col">
{{range $item := .Data}}
<a href="/{{$item.StoreTitle}}"><b>{{$item.Title}}</b></a>
<pre style="white-space:pre-wrap">{{$item.Text}}</pre><br>