chore(*): remove unused styles, images, clean up and format
This commit is contained in:
parent
573b66a170
commit
10b343b964
16 changed files with 46 additions and 91 deletions
|
@ -9,13 +9,13 @@
|
|||
{%- endif -%}
|
||||
{%- endcapture -%}
|
||||
{%- capture pageDescription -%}
|
||||
{% if page.description %}
|
||||
{%- if page.description -%}
|
||||
{{ page.description }}
|
||||
{% elsif description %}
|
||||
{%- elsif description -%}
|
||||
{{ description }}
|
||||
{% else %}
|
||||
{%- else -%}
|
||||
{{ globals.site_description }}
|
||||
{% endif %}
|
||||
{%- endif -%}
|
||||
{%- endcapture -%}
|
||||
{%- assign ogImage = globals.cdn_url | append: globals.avatar -%}
|
||||
{%- case schema -%}
|
||||
|
@ -83,7 +83,7 @@
|
|||
{% render "metadata/static.liquid"
|
||||
fullUrl:fullUrl,
|
||||
pageTitle:pageTitle,
|
||||
pageDescription:pageDescription
|
||||
pageDescription:pageDescription,
|
||||
ogImage:ogImage,
|
||||
globals:globals,
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue