diff --git a/public/banner.png b/public/banner.png new file mode 100644 index 0000000..fbccb88 Binary files /dev/null and b/public/banner.png differ diff --git a/src/i18n/translations/de.json b/src/i18n/translations/de.json index 78ac46d..becaebf 100644 --- a/src/i18n/translations/de.json +++ b/src/i18n/translations/de.json @@ -1,5 +1,4 @@ { - "title": "Share₂Fedi — eine instanzunabhängige Share-Seite für das Fediverse", "metaDescription": "Share₂Fedi ist eine Share-Seite für Mastodon, Misskey, Friendica und andere. Geben Sie Ihren Beitragstext und die Instanz-URL ein und klicken Sie auf „Veröffentlichen“!", "language": "Sprache: {}", "description": "Share₂Fedi ist eine instanzunabhängige Share-Seite für {}. Mit ihr können Sie von einer einzigen Seite aus auf verschiedenen föderierten Plattformen posten.", diff --git a/src/i18n/translations/en.json b/src/i18n/translations/en.json index 0bd68a3..aa0ba18 100644 --- a/src/i18n/translations/en.json +++ b/src/i18n/translations/en.json @@ -1,5 +1,4 @@ { - "title": "Share₂Fedi — an instance-agnostic share page for the Fediverse", "metaDescription": "Share₂Fedi is a share page for Mastodon, Misskey, Friendica, and others. Type in your post text and the instance URL and click ‘Publish’!", "language": "Language: {}", "description": "Share₂Fedi is an instance-agnostic share page for {}. With it, you can post to various federated platforms from a single page.", diff --git a/src/i18n/translations/es.json b/src/i18n/translations/es.json index 843e0a0..6a31e73 100644 --- a/src/i18n/translations/es.json +++ b/src/i18n/translations/es.json @@ -1,5 +1,4 @@ { - "title": "Share₂Fedi — una página de compartir independiente de la instancia para el Fediverso", "metaDescription": "Share₂Fedi es una página de compartir para Mastodon, Misskey, Friendica y otros. ¡Escriba su texto de publicación y la URL de la instancia y haga clic en «Publicar»!", "language": "Idioma: {}", "description": "Share₂Fedi es una página de compartir independiente de la instancia para {}. Con ella, puede publicar en varias plataformas federadas desde una sola página.", diff --git a/src/i18n/translations/fr.json b/src/i18n/translations/fr.json index f6ac02e..fee11b9 100644 --- a/src/i18n/translations/fr.json +++ b/src/i18n/translations/fr.json @@ -1,5 +1,4 @@ { - "title": "Share₂Fedi — une page de partage indépendante pour le Fediverse", "metaDescription": "Share₂Fedi est une page de partage pour Mastodon, Misskey, Friendica et autres. Tapez votre texte de publication et l’URL de l’instance, puis cliquez sur « Publier » !", "language": "Langue : {}", "description": "Share₂Fedi est une page de partage indépendante pour {}. Avec elle, vous pouvez publier sur diverses plateformes fédérées depuis une seule page.", diff --git a/src/i18n/translations/ru.json b/src/i18n/translations/ru.json index 7059736..7ec9f0a 100644 --- a/src/i18n/translations/ru.json +++ b/src/i18n/translations/ru.json @@ -1,5 +1,4 @@ { - "title": "Share₂Fedi — инстанс-независимая share-страница для Федивёрса", "metaDescription": "Share₂Fedi — это share-страница для Mastodon, Misskey, Friendica и других сервисов. Введите текст поста и URL-адрес инстанса и нажмите «Опубликовать»!", "language": "Язык: {}", "description": "Share₂Fedi — это инстанс-независимая share-страница для {}. С её помощью вы можете делиться информацией на различных федеративных платформах с одной страницы.", diff --git a/src/layouts/layout.astro b/src/layouts/layout.astro index b119b51..04f67dc 100644 --- a/src/layouts/layout.astro +++ b/src/layouts/layout.astro @@ -11,8 +11,6 @@ import "@styles/main.scss"; import LanguageSelect from "@components/language-select.astro"; import Licence from "@components/licence.html"; import Privacy from "@components/privacy.html"; - -const { title } = Astro.props; --- @@ -23,7 +21,7 @@ const { title } = Astro.props; name="viewport" content="width=device-width, initial-scale=1.0" /> - {title} + Share₂Fedi + + + + +