From ce9ced7c9d0b21df535cb3dbc00b82a06a606b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:40:04 +0200 Subject: [PATCH] fix: href does not exist, correct is path --- docs/websites/website-listings.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/websites/website-listings.qmd b/docs/websites/website-listings.qmd index c7dff55e4..942e2d5dc 100644 --- a/docs/websites/website-listings.qmd +++ b/docs/websites/website-listings.qmd @@ -528,7 +528,7 @@ will include all the documents in the `posts` directory, but will also merge in - title: "Archived Item 1" author: Norah Jones date: 2020-01-01 - href: "archived/archived-item-.html" + path: "archived/archived-item-.html" categories: [archived, technology] ```