Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ const dir = isRtl(lang) ? "rtl" : "ltr";
<meta property="og:type" content="website">
<link rel="me" href="https://techhub.social/@keepandroidopen">
<link rel="stylesheet" href="/css/pico.min.css">
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"name": "Keep Android Open",
"description": "Your phone is about to stop being yours. In September 2026, Google will block every Android app whose developer hasn't registered with them.",
"url": "https://keepandroidopen.org/",
}
</script>

<!-- Generated with Love by instantschema.com -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.colors.min.css"> -->
<style is:global>
/*!
Expand Down
Loading