mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
fixes
This commit is contained in:
parent
d544cf0e83
commit
e155000f56
2 changed files with 5 additions and 2 deletions
|
@ -4,4 +4,4 @@ curator: Mykola
|
||||||
|
|
||||||
### Ecosystem
|
### Ecosystem
|
||||||
|
|
||||||
* [Eppie](https://eppie.io/): encrypted p2p email as better replacement for Skiff ([src](https://blog.eppie.io/post/nextgen/)https://blog.eppie.io/post/nextgen/)
|
* [Eppie](https://eppie.io/): encrypted p2p email as better replacement for Skiff ([src](https://blog.eppie.io/post/nextgen/))
|
|
@ -23,8 +23,11 @@ const current = false;
|
||||||
<div class="mt-2 sm:mt-0 flex gap-4 items-center">
|
<div class="mt-2 sm:mt-0 flex gap-4 items-center">
|
||||||
{issue.published &&
|
{issue.published &&
|
||||||
<a href={issue.published}>Paragraph</a>
|
<a href={issue.published}>Paragraph</a>
|
||||||
|
<a href=`https://github.com/web3privacy/news/blob/main/data/${year}/week${week}.md`>Source</a>
|
||||||
|
}
|
||||||
|
{!issue.published &&
|
||||||
|
<a href=`https://github.com/web3privacy/news/edit/main/data/${year}/week${week}.md`>Edit</a>
|
||||||
}
|
}
|
||||||
<a href=`https://github.com/web3privacy/news/edit/main/data/${year}/week${week}.md`>{issue.published ? 'Source' : 'Edit'}</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue