mirror of
https://github.com/miniflux/v2.git
synced 2025-09-05 18:41:01 +00:00
Display tags when viewing entries
This commit is contained in:
parent
fa3de272e8
commit
fffa74f782
20 changed files with 39 additions and 6 deletions
|
@ -122,6 +122,12 @@
|
|||
</span>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ if .entry.Tags }}
|
||||
<div class="entry-tags">
|
||||
{{ t "entry.tags.label" }}
|
||||
{{range $i, $e := .entry.Tags}}{{if $i}}, {{end}}<strong>{{ $e }}</strong>{{end}}
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="entry-date">
|
||||
{{ if .user }}
|
||||
<time datetime="{{ isodate .entry.Date }}" title="{{ isodate .entry.Date }}">{{ elapsed $.user.Timezone .entry.Date }}</time>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue