diff --git a/config.toml b/config.toml index 496fab4..3bc8d82 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,8 @@ baseURL = 'https://dialectapp.org' languageCode = 'en' title = 'Dialect' +disableKinds = ['taxonomy', 'term'] + [menus] [[menus.main]] name = 'About' diff --git a/content/_index.md b/content/_index.md index 763c258..720bcfc 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,6 @@ --- -title: Home -hero_desc: Translation application for Linux desktop and mobile +title: Dialect +description: Translation application for Linux desktop and mobile buttons: - label: Download on Flathub image: https://dl.flathub.org/assets/badges/flathub-badge-en.svg diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 39eb0de..ebad081 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,6 +4,8 @@ + {{ template "_internal/opengraph.html" . }} +