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) } '';