update readme gen

This commit is contained in:
tree🌴 2024-02-13 13:23:40 +01:00
parent eea53e0f6e
commit 952233510e
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ You can read more in our [documentation](https://docs.web3privacy.info/news/week
| Week | Period | Deadline | Curator | | Week | Period | Deadline | Curator |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| [2024-07](/data/2024/week07.md) | Feb 12 - Feb 18, 2024 | Feb 18 | Mykola | | [2024-07](/data/2024/week07.md) | Feb 12 - Feb 18, 2024 | Feb 18 | Mykola |
| [2024-06](/data/2024/week06.md) | Feb 5 - Feb 11, 2024 | ✅ published | Tree | | [2024-06](/data/2024/week06.md) | Feb 5 - Feb 11, 2024 | ✅ [published](https://news.web3privacy.info/2024-06) | Tree |
| [2024-05](/data/2024/week05.md) | Jan 29 - Feb 4, 2024 | ✅ published | - | | [2024-05](/data/2024/week05.md) | Jan 29 - Feb 4, 2024 | ✅ [published](https://news.web3privacy.info/2024-05) | - |
<!-- ISSUES-END --> <!-- ISSUES-END -->

View File

@ -12,7 +12,7 @@ for (const issue of issues) {
const props = [ const props = [
`[${issue.week}](/data/${year}/week${week}.md)`, `[${issue.week}](/data/${year}/week${week}.md)`,
`${format(new Date(issue.period[0]), "MMM d")} - ${format(new Date(issue.period[1]), "MMM d, yyyy")}`, `${format(new Date(issue.period[0]), "MMM d")} - ${format(new Date(issue.period[1]), "MMM d, yyyy")}`,
issue.published ? '✅ published' : format(new Date(issue.period[1]), "MMM d"), issue.published ? `✅ [published](https://news.web3privacy.info/${issue.week})` : format(new Date(issue.period[1]), "MMM d"),
issue.curator || '-' issue.curator || '-'
] ]