From 146f2527b074ff74668421255388140fcf10c1d7 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Sat, 20 Apr 2024 01:52:42 +0200 Subject: [PATCH] Remove default embed description --- _config.yml | 6 ++++++ public/_includes/header.liquid | 3 ++- public/index.html | 2 ++ public/settings.html | 4 ++-- public/tools/parlour.html | 6 +++--- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 327ada74..84fdadc2 100644 --- a/_config.yml +++ b/_config.yml @@ -35,6 +35,12 @@ defaults: values: mod_name: Requiem mod_slug: requiem + - + scope: + path: "wiki/cardinal-components-api" + values: + mod_name: Cardinal Components API + mod_slug: cardinal-components-api responsive_image: template: _includes/responsive_image.liquid diff --git a/public/_includes/header.liquid b/public/_includes/header.liquid index 13ba3cc0..817bf474 100644 --- a/public/_includes/header.liquid +++ b/public/_includes/header.liquid @@ -7,7 +7,6 @@ {%- unless og_img %}{% assign og_img = "/img/colored-ladysnake-icon.png" %}{% endunless -%} {%- unless og_img_alt %}{% assign og_img_alt = "Ladysnake Logo" %}{% endunless -%} -{%- unless meta_desc %}{% assign meta_desc = "Home of a small group of developers called Ladysnake" %}{% endunless -%} @@ -37,10 +36,12 @@ + {% if meta_desc %} + {% endif %} diff --git a/public/index.html b/public/index.html index a23825ec..d33237be 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,7 @@ --- layout: default +og: + desc: "Home of a small group of developers called Ladysnake" ---
diff --git a/public/settings.html b/public/settings.html index d911c003..02cc909f 100644 --- a/public/settings.html +++ b/public/settings.html @@ -2,8 +2,8 @@ title: Your Settings layout: default og: -img: /img/configuration-icon.svg -desc: Your preferences on this website + img: /img/configuration-icon.svg + desc: Your preferences on this website ---

Website Settings

diff --git a/public/tools/parlour.html b/public/tools/parlour.html index 25bd8534..0c467fcb 100644 --- a/public/tools/parlour.html +++ b/public/tools/parlour.html @@ -7,9 +7,9 @@ - /wiki/blabber/dialogue_generator/graph-view.html - /wiki/blabber/dialogue_generator/main-view.html og: -img: /img/blabber.png -img_alt: blabber logo -desc: Online editor for blabber dialogues + img: /img/blabber.png + img_alt: blabber logo + desc: Online editor for blabber dialogues ---