mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
update readme gen
This commit is contained in:
parent
eea53e0f6e
commit
952233510e
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ 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 | Tree |
|
||||
| [2024-05](/data/2024/week05.md) | Jan 29 - Feb 4, 2024 | ✅ published | - |
|
||||
| [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) | - |
|
||||
|
||||
<!-- ISSUES-END -->
|
|
@ -12,7 +12,7 @@ for (const issue of issues) {
|
|||
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")}`,
|
||||
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 || '-'
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue