From 1193bf8eb0c868624c6c895265d19b9602357c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Mon, 7 Aug 2023 18:40:14 +0200 Subject: [PATCH] change name as per request --- shared/templates/shared/includes/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shared/templates/shared/includes/base.html b/shared/templates/shared/includes/base.html index 9f4ef76..f4cdd4a 100644 --- a/shared/templates/shared/includes/base.html +++ b/shared/templates/shared/includes/base.html @@ -7,20 +7,20 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="title" content="{{ title }} | Učebnice"> + <meta name="title" content="{{ title }} | Výuka"> <meta name="description" content="{{ description }}"> {% comment %}Open Graph / Facebook{% endcomment %} <meta property="og:type" content="website"> <meta property="og:url" content="{{ site_url }}"> - <meta property="og:title" content="{{ title }} | Učebnice"> + <meta property="og:title" content="{{ title }} | Výuka"> <meta property="og:description" content="{{ description }}"> {% comment %}<meta property="og:image" content="">{% endcomment %} {% comment %}Twitter{% endcomment %} <meta property="twitter:card" content="app"> <meta property="twitter:url" content="{{ site_url }}"> - <meta property="twitter:title" content="{{ title }} | Učebnice"> + <meta property="twitter:title" content="{{ title }} | Výuka"> <meta property="twitter:description" content="{{ description }}"> {% comment %}<meta property="twitter:image" content="">{% endcomment %} @@ -51,7 +51,7 @@ {% render_bundle "shared" %} {% render_bundle "base" %} - <title>{{ title }} | Učebnice</title> + <title>{{ title }} | Výuka</title> </head> <body> <nav class="navbar navbar--simple __js-root"> @@ -63,7 +63,7 @@ <a href="/"> <img src="https://styleguide.pirati.cz/2.12.x/images/logo-round-white.svg" class="w-8" /> </a> - <a href="/" class="pl-4 font-bold text-xl hover:no-underline lg:border-r lg:border-grey-300 lg:pr-8">Učebnice</a> + <a href="/" class="pl-4 font-bold text-xl hover:no-underline lg:border-r lg:border-grey-300 lg:pr-8">Výuka</a> <div class="pl-5">{{ header_name }}</div> </div> -- GitLab