diff --git a/templates/post/name.html b/templates/post/name.html
index 7e9840e6..eeab2179 100644
--- a/templates/post/name.html
+++ b/templates/post/name.html
@@ -11,6 +11,9 @@
{# end email #}
{% endif %}
+{% if config.show_sages and post.email == 'sage' %}
+ SAGE!
+{% endif %}
{% if capcode %}
{{ capcode.cap }}
{% endif %}