meta description: use site description if page one is not provided
This commit is contained in:
parent
3579b04705
commit
67848364f3
@ -12,6 +12,8 @@
|
|||||||
<meta name="description" content="{{ page.description }}">
|
<meta name="description" content="{{ page.description }}">
|
||||||
{% elsif page.subtitle %}
|
{% elsif page.subtitle %}
|
||||||
<meta name="description" content="{{ page.subtitle }}">
|
<meta name="description" content="{{ page.subtitle }}">
|
||||||
|
{% elsif site.description %}
|
||||||
|
<meta name="description" content="{{ site.description }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if site.mobile-theme-col %}
|
{% if site.mobile-theme-col %}
|
||||||
|
Loading…
Reference in New Issue
Block a user