aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/angus/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/angus/header.html')
-rw-r--r--templates/web/angus/header.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/web/angus/header.html b/templates/web/angus/header.html
index a7199949d..19e9e7f68 100644
--- a/templates/web/angus/header.html
+++ b/templates/web/angus/header.html
@@ -50,15 +50,6 @@
</div>
</header>
- [% IF c.user_exists %]
- <div id="user-meta">
- <p>
- [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %]
- <a href="/auth/sign_out">[% loc('sign out') %]</a>
- </p>
- </div>
- [% END %]
-
[% INCLUDE 'post_header_extra.html' %]
[% pre_container_extra %]