changed home page title

This commit is contained in:
2020-05-04 17:52:39 +02:00
parent 52cc2cb06c
commit d2bba8c8f3
4 changed files with 21 additions and 17 deletions

View File

@@ -79,7 +79,7 @@ def home(request):
items = get_docs_bytheme(request, 'BLOG')
return {
'page_title': "Blog d'un ancien geek",
'page_title': "Un geek à la retraite",
'items': items,
'id_photo': id_photo,
}