mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
shorten readme
This commit is contained in:
parent
952233510e
commit
a7e5957715
2 changed files with 4 additions and 4 deletions
|
@ -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 -->
|
|
@ -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 || '-'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue