mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 12:11:35 +01:00
fix: the description meta tag should be page.description
This commit is contained in:
parent
3d4a168676
commit
2c1452673d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<!-- Author -->
|
||||
{% set page_title = page.title | default(value=config.title) %}
|
||||
<!---->
|
||||
{% set description = page.summary | default(value=page_title) %}
|
||||
{% set description = page.description | default(value=page_title) %}
|
||||
<meta name="description" content="{{ description }}" />
|
||||
<meta name="author" content="{{ page.extra.author | default(value=page_title) }}" />
|
||||
<!-- The Open Graph protocol -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue