From df05710c09b145b57d433dad69c101ace4b995e9 Mon Sep 17 00:00:00 2001 From: ulysia Date: Thu, 2 Jan 2025 17:58:13 +0100 Subject: [PATCH] updated assets url --- content/Characters/Flow.md | 2 +- content/Characters/Helio.md | 2 +- content/Characters/Iterations/Ulysia - iteration 1.md | 4 ++-- content/Characters/Scarlet.md | 2 +- content/Characters/Ulysia.md | 2 +- content/Characters/index.md | 2 +- quartz/components/PageImage.tsx | 9 ++++++++- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/content/Characters/Flow.md b/content/Characters/Flow.md index b995bfb..289c842 100644 --- a/content/Characters/Flow.md +++ b/content/Characters/Flow.md @@ -5,4 +5,4 @@ tags: character, protogen Tho here is his image ^fde6d9 - \ No newline at end of file + \ No newline at end of file diff --git a/content/Characters/Helio.md b/content/Characters/Helio.md index f1d51fc..4d8a3be 100644 --- a/content/Characters/Helio.md +++ b/content/Characters/Helio.md @@ -4,6 +4,6 @@ tags: character, dragon Helio is a western dragon with plasma running inside of him ^63d074 ### Ref Sheet - + - Artist is [@starlyscies](https://www.deviantart.com/starlyscies) on DeviantArt \ No newline at end of file diff --git a/content/Characters/Iterations/Ulysia - iteration 1.md b/content/Characters/Iterations/Ulysia - iteration 1.md index 354ed64..1117136 100644 --- a/content/Characters/Iterations/Ulysia - iteration 1.md +++ b/content/Characters/Iterations/Ulysia - iteration 1.md @@ -1,10 +1,10 @@ Ulysia is a female silkwing ^30ce5f ### Headshot - + - Artist is [Amoadragon](https://twitter.com/aomadragon) on Twitter ### Ref Sheet - + - Artist of the bases used is [K9Pestilence](https://sta.sh/2rpe0f28aat) \ No newline at end of file diff --git a/content/Characters/Scarlet.md b/content/Characters/Scarlet.md index c946c5f..1e07fd0 100644 --- a/content/Characters/Scarlet.md +++ b/content/Characters/Scarlet.md @@ -4,6 +4,6 @@ tags: character, kobold An adorable kobold bought as an adopt from [AzuralCobaltros](https://www.deviantart.com/azuralcobaltros) *(name might change)* ^7d6790 - + - Artist is [AzuralCbaltros](https://www.deviantart.com/azuralcobaltros) on DeviantArt \ No newline at end of file diff --git a/content/Characters/Ulysia.md b/content/Characters/Ulysia.md index bd7c429..b6de6cc 100644 --- a/content/Characters/Ulysia.md +++ b/content/Characters/Ulysia.md @@ -9,7 +9,7 @@ Ulysia is a moth-dragon hybrid. She can squeak like a deathhead hawkmoth and ret Her [Twitter](https://x.com/Helga_Dragon "https://x.com/Helga_Dragon") and [FurAffinity](https://www.furaffinity.net/user/mydrawnworld/ "https://www.furaffinity.net/user/mydrawnworld/") ### Ref Sheet - + ### Plushified version by Clodinator [Clodinator's youtube](https://www.youtube.com/@Clodinator) diff --git a/content/Characters/index.md b/content/Characters/index.md index b16bc39..3beb8ed 100644 --- a/content/Characters/index.md +++ b/content/Characters/index.md @@ -15,4 +15,4 @@ Some characters (currently only Ulysia) have a history section which holds past # Size Chart for the dragons > [!note] Ulysias appearance has changed. See her current appearance in [[Ulysia]] - \ No newline at end of file + \ No newline at end of file diff --git a/quartz/components/PageImage.tsx b/quartz/components/PageImage.tsx index 62f9026..1f4315f 100644 --- a/quartz/components/PageImage.tsx +++ b/quartz/components/PageImage.tsx @@ -7,7 +7,14 @@ const PageImage: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompo const title = cfg?.pageTitle ?? i18n(cfg.locale).propertyDefaults.title const baseDir = pathToRoot(fileData.slug!) return ( - + + + ) }