Compare commits

...

4 Commits

Author SHA1 Message Date
Alicia Sykes 6e179ae7b0 Merge branch 'main' of github.com:lissy93/awesome-privacy 2024-04-09 22:18:12 +01:00
Alicia Sykes acfd2a2bc8 Updates meta tags 2024-04-09 22:18:07 +01:00
Alicia Sykes ff22635dbd
Merge pull request #217 from phill-holland/main
chore(): fix minor spelling error
2024-04-09 21:25:50 +01:00
Phill Holland e2424c8894 chore(): fix minor spelling error 2024-03-07 17:24:47 +00:00
2 changed files with 9 additions and 10 deletions

View File

@ -2,6 +2,7 @@
import { ViewTransitions } from 'astro:transitions'
import NavBar from '@components/scafold/NavBar.astro';
import Footer from '@components/scafold/Footer.astro';
import config from '../site-config';
interface Props {
title?: string; // Page title
@ -17,11 +18,11 @@ interface Props {
}
const {
title='Awesome Privacy | The Ultimate List of Private Apps',
description='Your guide to finding privacy-respecting alternatives to popular software and services.',
keywords='security, privacy, awesome privacy, data collection, free software, open source, privacy tools, privacy respecting software',
hideNav=false,
author='Alicia Sykes',
title = config.title,
description = config.description,
keywords = config.keywords,
author = config.author,
hideNav = false,
breadcrumbs,
customSchemaJson,
} = Astro.props;
@ -88,15 +89,15 @@ const makeSearchLd = () => {
<meta property="og:title" content={title}>
<meta property="og:description" content={description}>
<meta property="og:image" content="https://awesome-privacy.xyz/banner.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://awesome-privacy.xyz">
<meta name="twitter:title" content={title}>
<meta name="twitter:description" content={description}>
<meta name="twitter:image" content="https://awesome-privacy.xyz/banner.png">
<link rel="twitter:image" sizes="180x180" href="https://awesome-privacy.xyz/apple-touch-icon.png">
<meta name="twitter:site" content="@Lissy_Sykes">
<meta name="twitter:creator" content="@Lissy_Sykes">
<!-- Non-tracking hit counter -->
<script defer is:inline
type="text/partytown"
@ -140,8 +141,6 @@ const makeSearchLd = () => {
min-height: 100vh;
color: var(--foreground);
background: var(--background);
/* background: -webkit-radial-gradient(circle, var(--bg-gradient-comp-1) 0%, var(--bg-gradient-comp-2) 100%);
background: radial-gradient(circle, var(--bg-gradient-comp-1) 0%, var(--bg-gradient-comp-2) 100%); */
}
</style>

View File

@ -56,7 +56,7 @@ const description = 'Privacy is a fundamental human right; '
in a world where everyone's watching. Let's take control back.
</p>
<p>
Noticed something that should be added / removed / ammended?
Noticed something that should be added / removed / amended?
We're a community-driven resource, so welcome contributions of any nature.
All content and code is <a href="https://github.com/lissy93/awesome-privacy">open source</a>.
</p>