From 1552327733053584d24fc1c87c7c9bc4ae243883 Mon Sep 17 00:00:00 2001 From: mingness Date: Thu, 19 Sep 2024 19:23:29 +0200 Subject: [PATCH] add relative url to all resource urls (#60) * test relative url filter on navigation * add filter to includes and layouts * home bg image * events and people * home * individual events * add filter to expected external links, just in case * bg image quotes * Fix homepage background image * Fix art market video * Add more relative_url * Wrap mp4 source url in quotes * Fix broken links --------- Co-authored-by: Abe Pazos --- _includes/figure.html | 2 +- _includes/footer.html | 2 +- _includes/lightbox.html | 4 ++-- _includes/navigation.html | 12 ++++++------ _layouts/call.html | 8 ++++---- _layouts/default.html | 6 +++--- _layouts/event.html | 4 ++-- _layouts/home.html | 8 ++++---- _layouts/member.html | 10 +++++----- _layouts/news.html | 4 ++-- _members/kazik.md | 2 +- _members/laura.md | 6 ++---- _members/martyna.md | 4 ++-- assets/css/styles.css | 4 ---- events.html | 8 ++++---- events/_posts/2024-09-22-art-market.md | 3 ++- index.md | 2 +- news/_posts/2024-08-26-open-call.md | 2 +- people.html | 12 ++++++------ 19 files changed, 49 insertions(+), 54 deletions(-) diff --git a/_includes/figure.html b/_includes/figure.html index c93e419..a2ecda8 100644 --- a/_includes/figure.html +++ b/_includes/figure.html @@ -1,4 +1,4 @@
- {{ include.title }} + {{ include.title }}
{{ include.title }}
diff --git a/_includes/footer.html b/_includes/footer.html index 13ce070..63d56af 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@