mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 12:11: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>
|
||||
{% if page.title %}{{ config.title }} - {{ page.title }}{% else %}{{ config.title }}{% endif %}
|
||||
{% if page.title %}{{ page.title }} - {{ config.title }}{% else %}{{ config.title }}{% endif %}
|
||||
</title>
|
||||
|
||||
<!-- Meta -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue