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 }}">
|
||||
{% elsif page.subtitle %}
|
||||
<meta name="description" content="{{ page.subtitle }}">
|
||||
{% elsif site.description %}
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
{% endif %}
|
||||
|
||||
{% if site.mobile-theme-col %}
|
||||
|
Loading…
Reference in New Issue
Block a user