|
@@ -135,7 +135,14 @@
|
|
|
{{ if .entry.Tags }}
|
|
{{ if .entry.Tags }}
|
|
|
<div class="entry-tags">
|
|
<div class="entry-tags">
|
|
|
{{ t "entry.tags.label" }}
|
|
{{ t "entry.tags.label" }}
|
|
|
- {{range $i, $e := .entry.Tags}}{{if $i}}, {{end}}<a href="{{ route "tagEntriesAll" "tagName" (urlEncode $e) }}"><strong>{{ $e }}</strong></a>{{end}}
|
|
|
|
|
|
|
+ {{ range $i, $e := .entry.Tags }}
|
|
|
|
|
+ {{if $i}}, {{end}}
|
|
|
|
|
+ {{ if $.user }}
|
|
|
|
|
+ <a href="{{ route "tagEntriesAll" "tagName" (urlEncode $e) }}"><strong>{{ $e }}</strong></a>
|
|
|
|
|
+ {{ else }}
|
|
|
|
|
+ <strong>{{ $e }}</strong>
|
|
|
|
|
+ {{ end }}
|
|
|
|
|
+ {{ end }}
|
|
|
</div>
|
|
</div>
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
<div class="entry-date">
|
|
<div class="entry-date">
|