{formatDate(entry.date)}
diff --git a/src/app.html b/src/app.html
index dbe39bc..9fc88ed 100755
--- a/src/app.html
+++ b/src/app.html
@@ -5,6 +5,7 @@
+
%sveltekit.head%
diff --git a/src/lib/Helper.mjs b/src/lib/Helper.mjs
index 9e9f291..d01aec0 100755
--- a/src/lib/Helper.mjs
+++ b/src/lib/Helper.mjs
@@ -46,11 +46,12 @@ export function animateIn(node, options = {}) {
function callback() {
timeoutId = setTimeout(
- effects.forEach(([effect]) => {
- if (effect === 'slide') node.style.removeProperty('translate')
- else if (effect === 'fade') node.style.removeProperty('opacity')
- else if (effect === 'zoom') node.style.removeProperty('scale')
- }),
+ () =>
+ effects.forEach(([effect]) => {
+ if (effect === 'slide') node.style.removeProperty('translate')
+ else if (effect === 'fade') node.style.removeProperty('opacity')
+ else if (effect === 'zoom') node.style.removeProperty('scale')
+ }),
options.delay ?? 0
)
}
diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte
index 9095e3a..c08d8a3 100755
--- a/src/lib/components/Footer.svelte
+++ b/src/lib/components/Footer.svelte
@@ -2,6 +2,7 @@
import DiscordIcon from '~icons/prime/discord'
import GithubIcon from '~icons/ri/github-fill'
import { discordLink } from '$lib/constants.mjs'
+ import RssIcon from '~icons/mingcute/rss-fill'
/** @type {[string, string, string, string]} */
let team = [
@@ -75,13 +76,21 @@
aria-label="Go to our Github">
Hyprland is licensed under the BSD 3-Clause "New" or "Revised" License.
© Hyprland Development {new Date().getFullYear()}.
-Doki doki waku waku.
+Stay hydrated
{formatDate(entry.date)}