feat: question tags

This commit is contained in:
httpjamesm 2023-02-04 13:40:57 -05:00
parent c87ce26da8
commit 69d96d646d
No known key found for this signature in database
5 changed files with 37 additions and 1 deletions

View file

@ -38,6 +38,11 @@
</p>
</div>
<div class="card-body">{{ .question.Body }}</div>
<div class="card-tags">
{{ range .question.Tags }}
<div class="tag">{{ . }}</div>
{{ end }}
</div>
{{ if .question.Comments }} {{ template "comments.html"
.question }} {{end}}
</div>