aboutsummaryrefslogtreecommitdiff
path: root/templates/likedby.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/likedby.tmpl')
-rw-r--r--templates/likedby.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/likedby.tmpl b/templates/likedby.tmpl
index 00857c1..222254c 100644
--- a/templates/likedby.tmpl
+++ b/templates/likedby.tmpl
@@ -1,6 +1,5 @@
{{with .Data}}
-{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}}
-{{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
+{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<div class="page-title"> Liked By </div>
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}