diff --git a/app/templates/base.html b/app/templates/base.html index cb1cf8d0..5ea81870 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -197,7 +197,9 @@
  • {{ _('Edit profile & settings') }}
  • {{ _('Chats') }}
  • {{ _('Bookmarks') }}
  • -
  • {{ _('Read Posts') }}
  • + {% if current_user.is_authenticated and current_user.hide_read_posts -%} +
  • {{ _('Read Posts') }}
  • + {% endif -%}