use tagline

This commit is contained in:
j 2018-03-10 11:07:34 +05:30
parent 1896874ba5
commit 660c89bc19

View file

@ -30,6 +30,8 @@ def intro(request):
def index(request):
title = settings.SITENAME
if 'tagline' in settings.CONFIG['site']:
title = settings.CONFIG['site']['tagline']
text = settings.CONFIG['site']['description']
page = request.path.split('/')
if len(page) == 2: