added index date to file page

This commit is contained in:
ston1th 2020-07-11 21:33:06 +02:00
commit 3f9b863171
5 changed files with 27 additions and 11 deletions

View file

@ -24,16 +24,17 @@
</div>
</div>
</div>
{{if .Tags}}
<div class="row">
<div class="alert alert-secondary full-width">
{{if .Tags}}
Tags
{{range $t := .Tags}}
<a href="/search?query=tags:{{$t}}" class="btn badge btn-primary tag">{{$t}}</a>
{{end}}
{{end}}
<span class="float-right">{{.Created}}</span>
</div>
</div>
{{end}}
<div class="row">
<embed src="{{.Data.Abs}}" toolbar="1" statusbar="1" navpanes="1"></embed>
</div>