Added an option to hide sages

This commit is contained in:
kaf 2014-10-01 10:40:51 +00:00
parent cb7b7d070c
commit 296e4fd5fa
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{% set capcode = post.capcode|capcode %}
{% if post.email|length > 0 %}
{% if post.email|length > 0 and (config.hide_sage!=true or post.email!='sage') %}
{# start email #}
<a class="email" href="mailto:{{ post.email }}">
{% endif %}