Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Feb 6, 2024
1 parent 7e8a415 commit c89a246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import WeekNews from '../components/WeekNews.svelte';

<BaseLayout>
<div class="mb-8">
<iframe src="https://paragraph.xyz/@privacynews/embed?minimal=true" width="480" height="45" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
<a href="https://paragraph.xyz/@privacynews/subscribe">Subscribe now!</a>
</div>
<WeekNews year="2024" week="06" current={true} client:load />
<WeekNews year="2024" week="05" client:load />
Expand Down

0 comments on commit c89a246

Please sign in to comment.