revert halloween theme (#4244)

This commit is contained in:
fmhyhalloweenshit 2025-11-01 15:25:35 +03:00 committed by GitHub
parent dc1605ea66
commit 721d9a04e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 61 additions and 330 deletions

View file

@ -10,7 +10,7 @@ hero:
title: Nov 2025 Updates 🍂
link: /posts/Nov-2025
image:
src: /hall.png
src: /test.png
alt: FMHY Icon
actions:
- theme: brand
@ -169,13 +169,13 @@ onMounted(() => {
const setKawaii = () => {
const images = document.querySelectorAll('.VPImage.image-src')
images.forEach((img) => {
img.src = '/uwu-hall.png'
img.src = '/logo-uwu.svg'
})
}
const resetKawaii = () => {
const images = document.querySelectorAll('.VPImage.image-src')
images.forEach((img) => {
img.src = '/hall.png'
img.src = '/test.png'
})
}
if (kawaii === 'true') {
@ -217,4 +217,4 @@ onMounted(() => {
heroImage.addEventListener('click', handleClick);
}
})
</script>
</script>