use config for title and tagline
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<nav id="header" class="plank top">
|
||||
<a class="site-title" href="/">Porom</a>
|
||||
<span>anti-social media</span>
|
||||
<a class="site-title" href="/">{{config.SITE_NAME}}</a>
|
||||
<span>{{config.SITE_TAGLINE or ' ' | safe}}</span>
|
||||
{%- if is_logged_in() -%}
|
||||
{%- with user = get_active_user() -%}
|
||||
{%- set uc = user.get_unread_count() -%}
|
||||
|
||||
Reference in New Issue
Block a user