set nunjucks as engine
This commit is contained in:
parent
524461f092
commit
44205a7d24
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% if title %} {{ title }} | yukinets {% else %} yukinets {% endif %}</title>
|
||||
<title>{% if title %} {{ title }} | {{ meta.sitename }} {% else %} {{ meta.sitename }} {% endif %}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ content | safe }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue