shorten readme

This commit is contained in:
tree🌴 2024-02-13 13:26:01 +01:00
parent 952233510e
commit a7e5957715
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -11,7 +11,7 @@ for (const issue of issues) {
const [ year, week ] = issue.week.split('-')
const props = [
`[${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")}`,
issue.published ? `✅ [published](https://news.web3privacy.info/${issue.week})` : format(new Date(issue.period[1]), "MMM d"),
issue.curator || '-'
]