Alleen confetti op eerste pagina
This commit is contained in:
parent
9d34381680
commit
ed3a243616
@ -25,6 +25,7 @@ const showFooter = computed(
|
|||||||
)
|
)
|
||||||
|
|
||||||
function showConfetti(event) {
|
function showConfetti(event) {
|
||||||
|
if (!frontmatter.value.confetti) return
|
||||||
confetti({
|
confetti({
|
||||||
particleCount: 100,
|
particleCount: 100,
|
||||||
spread: 100,
|
spread: 100,
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
confetti: true
|
||||||
|
---
|
||||||
|
|
||||||
# Hallo
|
# Hallo
|
||||||
|
|
||||||
Welkom bij mijn HPG-portfolio!
|
Welkom bij mijn HPG-portfolio!
|
||||||
|
Loading…
Reference in New Issue
Block a user