aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/starred.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/starred.html')
-rw-r--r--template/html/starred.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/starred.html b/template/html/starred.html
index b16b9e7..e2a2407 100644
--- a/template/html/starred.html
+++ b/template/html/starred.html
@@ -20,7 +20,7 @@
</span>
<span class="category"><a href="{{ route "categoryEntries" "categoryID" .Feed.Category.ID }}">{{ .Feed.Category.Title }}</a></span>
</div>
- {{ template "item_meta" . }}
+ {{ template "item_meta" dict "user" $.user "entry" . }}
</article>
{{ end }}
</div>