From 61726ab328e77aa259a5435fc87bdf63a7c8d7dc Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sat, 12 Oct 2024 01:21:48 +0200 Subject: [PATCH] clean up artefacts --- content/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/default.nix b/content/default.nix index 88e0723..b26db34 100644 --- a/content/default.nix +++ b/content/default.nix @@ -33,7 +33,7 @@ in ${pages.grants.summary} - [Learn more about our grants](${pages.grants}) + [Learn more about Fediversity grants](${pages.grants}) # Consortium @@ -44,7 +44,7 @@ in ${partner.description} - [Read more about ${partner.title}](./${partner}) + [Read more about ${partner.title}](${partner}) '') (with pages; [ nlnet oid tweag nordunet ]))} # News @@ -54,7 +54,7 @@ in sorted = with lib; reverseList (sortOn (entry: entry.date) config.collections.news.entry); in lib.join "\n" (map (article: '' - - ${article.date} [${article.title}](./${article}) + - ${article.date} [${article.title}](${article}) '') sorted) } '';