This commit is contained in:
tree🌴 2024-02-12 13:03:34 +01:00
parent 612d7d0e77
commit 03b144d256
3 changed files with 16 additions and 2 deletions

View File

@ -2,6 +2,8 @@
curator: Tree
---
Welcome to our historically **first edition** (#1) of [Week In The Privacy News](https://news.web3privacy.info/).
## The journey begins
At the end of each week, you'll find here a **curated round-up of the most important news and announcements related to privacy in the Web3**. But not only that - we also aim to cover related topics such as freedom, security and decentralisation.
@ -76,3 +78,7 @@ We hope you will like our concept, but for now, enough talk and let's get to the
* Oct, [ETHBrno](https://ethbrno.cz/) hackathon
Do you know of any other major Web3 privacy-related event that should be included in this list? [Let us know](https://matrix.to/#/#w3p-news:gwei.cz)!
---
[Sign up](https://paragraph.xyz/@privacynews/subscribe) to receive this newsletter weekly.

View File

@ -49,6 +49,14 @@ const current = false;
<th>Post preview</th>
<td><textarea rows="3" cols="65">{config.template.preview.trim()} This edition covers period {format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}.</textarea></td>
</tr>
<tr>
<th>Content (HTML)</th>
<td><textarea rows="5" cols="65">{issue.newsHtml}</textarea></td>
</tr>
<tr>
<th>Content (Markdown)</th>
<td><textarea rows="5" cols="65">{issue.newsMd}</textarea></td>
</tr>
</table>
</div>
</div>

View File

@ -25,7 +25,7 @@
@apply mb-4 text-xl;
}
.news-content h2 {
@apply mb-6 text-2xl;
@apply mt-8 mb-6 text-2xl;
}
.news-content hr {
@apply my-8 border-[#909090];