From 1e5bf3759398e3a7b85e7e648f00fbe7d3e917f3 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:10:16 +0800 Subject: [PATCH] Add Lesbian Visibility Week to main hero events --- _site/about/index.html | 6 ++++++ _site/archive/index.html | 6 ++++++ .../anti-harry-potter-jk-rowling-masterlist/index.html | 6 ++++++ .../articles/designated-lesbian-syndrome-fandom/index.html | 6 ++++++ _site/articles/index.html | 6 ++++++ .../kotor2-modder-interview-ars-technica/index.html | 6 ++++++ .../articles/lgbtq-booklet-interview-misi-bawang/index.html | 6 ++++++ _site/articles/my-dislike-of-shipping-culture/index.html | 6 ++++++ _site/blog/index.html | 6 ++++++ _site/blog/page/2/index.html | 6 ++++++ _site/blog/page/3/index.html | 6 ++++++ .../2023-01-26-new-year-leilukins-hub-redesign/index.html | 6 ++++++ .../2023-01-28-leilukins-hub-now-has-a-blog/index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ .../index.html | 6 ++++++ _site/blog/posts/index.html | 6 ++++++ _site/categories/a-summers-end/index.html | 6 ++++++ _site/categories/anti-harry-potter/index.html | 6 ++++++ _site/categories/anti-jk-rowling/index.html | 6 ++++++ _site/categories/cassette-beasts/index.html | 6 ++++++ _site/categories/dracula-daily/index.html | 6 ++++++ _site/categories/fandom-culture/index.html | 6 ++++++ _site/categories/index.html | 6 ++++++ _site/categories/lesbian/index.html | 6 ++++++ _site/categories/life-updates/index.html | 6 ++++++ _site/categories/modding/index.html | 6 ++++++ _site/categories/my-birthday/index.html | 6 ++++++ _site/categories/my-interviews/index.html | 6 ++++++ _site/categories/site-anniversary/index.html | 6 ++++++ _site/categories/site-updates/index.html | 6 ++++++ _site/categories/star-wars-kotor-2/index.html | 6 ++++++ _site/categories/star-wars-kotor/index.html | 6 ++++++ _site/changelogs/2022/index.html | 6 ++++++ _site/changelogs/2023/index.html | 6 ++++++ _site/changelogs/2024/index.html | 6 ++++++ _site/changelogs/index.html | 6 ++++++ _site/changelogs/layouts/index.html | 6 ++++++ _site/changelogs/page/2/index.html | 6 ++++++ _site/changelogs/page/3/index.html | 6 ++++++ _site/changelogs/page/4/index.html | 6 ++++++ _site/changelogs/page/5/index.html | 6 ++++++ _site/feed.xml | 2 +- _site/index.html | 6 ++++++ _site/links/index.html | 6 ++++++ _site/now/index.html | 6 ++++++ _site/projects/index.html | 6 ++++++ _site/projects/kotor1mods/index.html | 6 ++++++ _site/projects/kotor2mods/index.html | 6 ++++++ _site/projects/playlists/index.html | 6 ++++++ _site/shrines/index.html | 6 ++++++ _site/sitemap/index.html | 6 ++++++ src/_includes/main/hero.njk | 6 ++++++ 61 files changed, 361 insertions(+), 1 deletion(-) diff --git a/_site/about/index.html b/_site/about/index.html index e1016b76..c8e36f1f 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/archive/index.html b/_site/archive/index.html index 3c1398f8..5aba7524 100644 --- a/_site/archive/index.html +++ b/_site/archive/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/articles/anti-harry-potter-jk-rowling-masterlist/index.html b/_site/articles/anti-harry-potter-jk-rowling-masterlist/index.html index 60e9f431..543d37e8 100644 --- a/_site/articles/anti-harry-potter-jk-rowling-masterlist/index.html +++ b/_site/articles/anti-harry-potter-jk-rowling-masterlist/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/articles/designated-lesbian-syndrome-fandom/index.html b/_site/articles/designated-lesbian-syndrome-fandom/index.html index a8016462..7ac48228 100644 --- a/_site/articles/designated-lesbian-syndrome-fandom/index.html +++ b/_site/articles/designated-lesbian-syndrome-fandom/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/articles/index.html b/_site/articles/index.html index 9eae086b..0aed6818 100644 --- a/_site/articles/index.html +++ b/_site/articles/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/articles/kotor2-modder-interview-ars-technica/index.html b/_site/articles/kotor2-modder-interview-ars-technica/index.html index 0378e684..fc75af53 100644 --- a/_site/articles/kotor2-modder-interview-ars-technica/index.html +++ b/_site/articles/kotor2-modder-interview-ars-technica/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/articles/lgbtq-booklet-interview-misi-bawang/index.html b/_site/articles/lgbtq-booklet-interview-misi-bawang/index.html index 40a426f3..2f910714 100644 --- a/_site/articles/lgbtq-booklet-interview-misi-bawang/index.html +++ b/_site/articles/lgbtq-booklet-interview-misi-bawang/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/articles/my-dislike-of-shipping-culture/index.html b/_site/articles/my-dislike-of-shipping-culture/index.html index 7be45782..c0890e67 100644 --- a/_site/articles/my-dislike-of-shipping-culture/index.html +++ b/_site/articles/my-dislike-of-shipping-culture/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/index.html b/_site/blog/index.html index 39f3f279..5e8a11b8 100644 --- a/_site/blog/index.html +++ b/_site/blog/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/page/2/index.html b/_site/blog/page/2/index.html index 7e7b060d..fec037c2 100644 --- a/_site/blog/page/2/index.html +++ b/_site/blog/page/2/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/page/3/index.html b/_site/blog/page/3/index.html index 8ba3fd1a..20f196e9 100644 --- a/_site/blog/page/3/index.html +++ b/_site/blog/page/3/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/index.html b/_site/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/index.html index 211616d7..d81dbe94 100644 --- a/_site/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/index.html +++ b/_site/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html b/_site/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html index 70831bed..d66ab458 100644 --- a/_site/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html +++ b/_site/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/index.html b/_site/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/index.html index 165168d3..0e5e3f82 100644 --- a/_site/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/index.html +++ b/_site/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/index.html b/_site/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/index.html index 836e0fae..31496833 100644 --- a/_site/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/index.html +++ b/_site/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/index.html b/_site/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/index.html index 854a361b..8cf08025 100644 --- a/_site/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/index.html +++ b/_site/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/index.html b/_site/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/index.html index a566ca84..9057f834 100644 --- a/_site/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/index.html +++ b/_site/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/index.html b/_site/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/index.html index 51eb0b38..cdca3de3 100644 --- a/_site/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/index.html +++ b/_site/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/index.html b/_site/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/index.html index cfb47b35..91ff1a04 100644 --- a/_site/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/index.html +++ b/_site/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/index.html b/_site/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/index.html index 40115414..d672b199 100644 --- a/_site/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/index.html +++ b/_site/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/index.html b/_site/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/index.html index 263c0bc5..3758d779 100644 --- a/_site/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/index.html +++ b/_site/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/index.html b/_site/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/index.html index ce2e98e8..7fe85418 100644 --- a/_site/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/index.html +++ b/_site/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/index.html b/_site/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/index.html index 6e422033..9f503739 100644 --- a/_site/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/index.html +++ b/_site/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/2024-04-27-lesbian-visibility-day1-year-anniversary-of-cassette-beasts/index.html b/_site/blog/posts/2024-04-27-lesbian-visibility-day1-year-anniversary-of-cassette-beasts/index.html index bd298931..c0aeac01 100644 --- a/_site/blog/posts/2024-04-27-lesbian-visibility-day1-year-anniversary-of-cassette-beasts/index.html +++ b/_site/blog/posts/2024-04-27-lesbian-visibility-day1-year-anniversary-of-cassette-beasts/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/blog/posts/index.html b/_site/blog/posts/index.html index 68b2d5e4..bc5802cd 100644 --- a/_site/blog/posts/index.html +++ b/_site/blog/posts/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/a-summers-end/index.html b/_site/categories/a-summers-end/index.html index 89e62a41..e87c3b26 100644 --- a/_site/categories/a-summers-end/index.html +++ b/_site/categories/a-summers-end/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/anti-harry-potter/index.html b/_site/categories/anti-harry-potter/index.html index 9de3caac..de5c3b3d 100644 --- a/_site/categories/anti-harry-potter/index.html +++ b/_site/categories/anti-harry-potter/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/anti-jk-rowling/index.html b/_site/categories/anti-jk-rowling/index.html index a9af2cc3..cac2be9d 100644 --- a/_site/categories/anti-jk-rowling/index.html +++ b/_site/categories/anti-jk-rowling/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/cassette-beasts/index.html b/_site/categories/cassette-beasts/index.html index e33c5aee..4d24339a 100644 --- a/_site/categories/cassette-beasts/index.html +++ b/_site/categories/cassette-beasts/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/dracula-daily/index.html b/_site/categories/dracula-daily/index.html index fa1e0320..cd17f569 100644 --- a/_site/categories/dracula-daily/index.html +++ b/_site/categories/dracula-daily/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/fandom-culture/index.html b/_site/categories/fandom-culture/index.html index d38b2730..308e5180 100644 --- a/_site/categories/fandom-culture/index.html +++ b/_site/categories/fandom-culture/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/index.html b/_site/categories/index.html index 6b05da37..cf3e4dd9 100644 --- a/_site/categories/index.html +++ b/_site/categories/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/lesbian/index.html b/_site/categories/lesbian/index.html index 55648e06..d34434a6 100644 --- a/_site/categories/lesbian/index.html +++ b/_site/categories/lesbian/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/life-updates/index.html b/_site/categories/life-updates/index.html index bfb0f3d5..b3353432 100644 --- a/_site/categories/life-updates/index.html +++ b/_site/categories/life-updates/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/modding/index.html b/_site/categories/modding/index.html index 00f685aa..80cd1484 100644 --- a/_site/categories/modding/index.html +++ b/_site/categories/modding/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/my-birthday/index.html b/_site/categories/my-birthday/index.html index 3423e898..fa982b5e 100644 --- a/_site/categories/my-birthday/index.html +++ b/_site/categories/my-birthday/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/my-interviews/index.html b/_site/categories/my-interviews/index.html index a19422ed..795c6586 100644 --- a/_site/categories/my-interviews/index.html +++ b/_site/categories/my-interviews/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/site-anniversary/index.html b/_site/categories/site-anniversary/index.html index c86f73cb..cfa8fb0c 100644 --- a/_site/categories/site-anniversary/index.html +++ b/_site/categories/site-anniversary/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/site-updates/index.html b/_site/categories/site-updates/index.html index 53599ea7..301b5ac0 100644 --- a/_site/categories/site-updates/index.html +++ b/_site/categories/site-updates/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/star-wars-kotor-2/index.html b/_site/categories/star-wars-kotor-2/index.html index d841dfa3..6874ecd6 100644 --- a/_site/categories/star-wars-kotor-2/index.html +++ b/_site/categories/star-wars-kotor-2/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/categories/star-wars-kotor/index.html b/_site/categories/star-wars-kotor/index.html index de3cb3d4..a8a2749f 100644 --- a/_site/categories/star-wars-kotor/index.html +++ b/_site/categories/star-wars-kotor/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/2022/index.html b/_site/changelogs/2022/index.html index b758f031..deb34754 100644 --- a/_site/changelogs/2022/index.html +++ b/_site/changelogs/2022/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/2023/index.html b/_site/changelogs/2023/index.html index aff94f27..786bdc0c 100644 --- a/_site/changelogs/2023/index.html +++ b/_site/changelogs/2023/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/2024/index.html b/_site/changelogs/2024/index.html index 09cd1521..df662bb9 100644 --- a/_site/changelogs/2024/index.html +++ b/_site/changelogs/2024/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/index.html b/_site/changelogs/index.html index 6ed72b98..e498cb89 100644 --- a/_site/changelogs/index.html +++ b/_site/changelogs/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/layouts/index.html b/_site/changelogs/layouts/index.html index 405c0090..69eda973 100644 --- a/_site/changelogs/layouts/index.html +++ b/_site/changelogs/layouts/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/page/2/index.html b/_site/changelogs/page/2/index.html index 4474209a..25c9163d 100644 --- a/_site/changelogs/page/2/index.html +++ b/_site/changelogs/page/2/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/page/3/index.html b/_site/changelogs/page/3/index.html index e9ea0a1c..b9cfdfe6 100644 --- a/_site/changelogs/page/3/index.html +++ b/_site/changelogs/page/3/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/page/4/index.html b/_site/changelogs/page/4/index.html index 52d38bbb..5be8991e 100644 --- a/_site/changelogs/page/4/index.html +++ b/_site/changelogs/page/4/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/changelogs/page/5/index.html b/_site/changelogs/page/5/index.html index 5d17fd7e..10d85017 100644 --- a/_site/changelogs/page/5/index.html +++ b/_site/changelogs/page/5/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/feed.xml b/_site/feed.xml index eecc47e9..70be4f0c 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -4,7 +4,7 @@ Leilukin's personal website. - 2024-04-29T06:59:55Z + 2024-04-29T07:06:15Z https://leilukin.neocities.org Leilukin diff --git a/_site/index.html b/_site/index.html index b7dda316..008468db 100644 --- a/_site/index.html +++ b/_site/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/links/index.html b/_site/links/index.html index be34f9ce..fe466a46 100644 --- a/_site/links/index.html +++ b/_site/links/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/now/index.html b/_site/now/index.html index 89fb8b01..8dcf3fd3 100644 --- a/_site/now/index.html +++ b/_site/now/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/projects/index.html b/_site/projects/index.html index a1237358..b591cf1a 100644 --- a/_site/projects/index.html +++ b/_site/projects/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/projects/kotor1mods/index.html b/_site/projects/kotor1mods/index.html index 6098999c..31d4b17b 100644 --- a/_site/projects/kotor1mods/index.html +++ b/_site/projects/kotor1mods/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/projects/kotor2mods/index.html b/_site/projects/kotor2mods/index.html index 50ac338c..3f222f15 100644 --- a/_site/projects/kotor2mods/index.html +++ b/_site/projects/kotor2mods/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/projects/playlists/index.html b/_site/projects/playlists/index.html index a019153f..534ae1aa 100644 --- a/_site/projects/playlists/index.html +++ b/_site/projects/playlists/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/shrines/index.html b/_site/shrines/index.html index c779fb1d..1ccb4831 100644 --- a/_site/shrines/index.html +++ b/_site/shrines/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/_site/sitemap/index.html b/_site/sitemap/index.html index a450c393..272aacd8 100644 --- a/_site/sitemap/index.html +++ b/_site/sitemap/index.html @@ -112,6 +112,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -141,6 +142,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`, diff --git a/src/_includes/main/hero.njk b/src/_includes/main/hero.njk index 5e5cfd95..b86d6c17 100644 --- a/src/_includes/main/hero.njk +++ b/src/_includes/main/hero.njk @@ -25,6 +25,7 @@ const month = date.getMonth() + 1; const day = date.getDate(); const year = date.getFullYear(); + const weekOfMonth = Math.ceil(day / 7); const leilukinsHubLaunchDate = new Date("2022-09-11").getFullYear(); const siteAnniversary = year - leilukinsHubLaunchDate; @@ -54,6 +55,11 @@ blurb: `Today is Lesbian Visibility Day`, class: "flag-lesbian", }; + else if (month === 4 && weekOfMonth === 4) + return { + blurb: `This week is Lesbian Visibility Week`, + class: "flag-lesbian", + }; else if (month === 5 && day === 17) return { blurb: `Today is International Day Against Homophobia, Biphobia and Transphobia`,