forked from 0x2620/pandora
use tagline
This commit is contained in:
parent
1896874ba5
commit
660c89bc19
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ def intro(request):
|
||||||
|
|
||||||
def index(request):
|
def index(request):
|
||||||
title = settings.SITENAME
|
title = settings.SITENAME
|
||||||
|
if 'tagline' in settings.CONFIG['site']:
|
||||||
|
title = settings.CONFIG['site']['tagline']
|
||||||
text = settings.CONFIG['site']['description']
|
text = settings.CONFIG['site']['description']
|
||||||
page = request.path.split('/')
|
page = request.path.split('/')
|
||||||
if len(page) == 2:
|
if len(page) == 2:
|
||||||
|
|
Loading…
Reference in a new issue