Add tags to front page

This commit is contained in:
Las Zenow 2012-08-20 17:19:27 +02:00
parent 0e0e33d364
commit e365103370
2 changed files with 46 additions and 0 deletions

View file

@ -28,4 +28,8 @@
{{end}}
</div>
<div class="row">
<p class="centered">{{range .Tags}}<a class="label" href="/search/?q=subject:{{.}}">{{.}}</a> {{end}}</p>
</div>
{{template "footer.html"}}