forked from Fediversity/fediversity.eu
clean up artefacts
This commit is contained in:
parent
128dceb32c
commit
94744a6241
|
@ -33,7 +33,7 @@ in
|
||||||
|
|
||||||
${pages.grants.summary}
|
${pages.grants.summary}
|
||||||
|
|
||||||
[Learn more about our grants](${pages.grants})
|
[Learn more about Fediversity grants](${pages.grants})
|
||||||
|
|
||||||
# Consortium
|
# Consortium
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ in
|
||||||
|
|
||||||
${partner.description}
|
${partner.description}
|
||||||
|
|
||||||
[Read more about ${partner.title}](./${partner})
|
[Read more about ${partner.title}](${partner})
|
||||||
'') (with pages; [ nlnet oid tweag nordunet ]))}
|
'') (with pages; [ nlnet oid tweag nordunet ]))}
|
||||||
|
|
||||||
# News
|
# News
|
||||||
|
@ -54,7 +54,7 @@ in
|
||||||
sorted = with lib; reverseList (sortOn (entry: entry.date) config.collections.news.entry);
|
sorted = with lib; reverseList (sortOn (entry: entry.date) config.collections.news.entry);
|
||||||
in
|
in
|
||||||
lib.join "\n" (map (article: ''
|
lib.join "\n" (map (article: ''
|
||||||
- ${article.date} [${article.title}](./${article})
|
- ${article.date} [${article.title}](${article})
|
||||||
'') sorted)
|
'') sorted)
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Reference in a new issue