mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
fix: page title
This commit is contained in:
parent
17c99f18fc
commit
cfdf51c44b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<title>
|
<title>
|
||||||
{% if page.title %}{{ config.title }} - {{ page.title }}{% else %}{{ config.title }}{% endif %}
|
{% if page.title %}{{ page.title }} - {{ config.title }}{% else %}{{ config.title }}{% endif %}
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue