mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +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'
|
||||
export let entry
|
||||
|
||||
const link = `/news/${entry.slug}`
|
||||
$: link = `/news/${entry.slug}`
|
||||
</script>
|
||||
|
||||
<li class="flex gap-14" use:animateIn={{ fade: 0, slide: 24 }}>
|
||||
|
|
Loading…
Reference in a new issue