Use custom template to render meta tags properly
This commit is contained in:
parent
ec319bd286
commit
2490447f44
6 changed files with 60 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ class SetupTest(BaseTest):
|
|||
if not home:
|
||||
home = create_page(
|
||||
'a new home', language=lang,
|
||||
template='page.html', in_navigation=True, published=True
|
||||
template='blog.html', in_navigation=True, published=True
|
||||
)
|
||||
else:
|
||||
create_title(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue