mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-12-22 10:19:49 +01:00
Fix: wrong URL other blogposts (#54)
This commit is contained in:
parent
01b7e6e134
commit
f3c00324b8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
import { animateIn, formatDate } from '$lib/Helper.mjs'
|
import { animateIn, formatDate } from '$lib/Helper.mjs'
|
||||||
export let entry
|
export let entry
|
||||||
|
|
||||||
const link = `/news/${entry.slug}`
|
$: link = `/news/${entry.slug}`
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<li class="flex gap-14" use:animateIn={{ fade: 0, slide: 24 }}>
|
<li class="flex gap-14" use:animateIn={{ fade: 0, slide: 24 }}>
|
||||||
|
|
Loading…
Reference in a new issue