Add _Rose's Binge_ and add gallery post links for previous stories
This commit is contained in:
parent
d01594f456
commit
efcfce1e06
62 changed files with 687 additions and 26 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue