forked from Fediversity/Fediversity
clean up artefacts
This commit is contained in:
parent
80a0b1ea91
commit
0383c9ce3b
|
@ -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)
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue