Add _Rose's Binge_ and add gallery post links for previous stories

This commit is contained in:
Bad Manners 2024-07-20 22:42:16 -03:00
parent d01594f456
commit efcfce1e06
62 changed files with 687 additions and 26 deletions

View file

@ -12,7 +12,8 @@ type Props = {
const { pageTitle, enablePagefind } = Astro.props;
const logo = await getImage({ src: logoBM, width: 192 });
const currentYear = new Date().getFullYear();
const copyrightYear = currentYear > 2014 ? `2024${currentYear}` : "2024";
const FIRST_YEAR = 2024;
const copyrightYear = currentYear > FIRST_YEAR ? `${FIRST_YEAR}${currentYear}` : `${FIRST_YEAR}`;
---
<BaseLayout pageTitle={pageTitle}>