Skip to content
Snippets Groups Projects
Commit 1193bf8e authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

change name as per request

parent 055f8892
No related branches found
No related tags found
No related merge requests found
Pipeline #14051 passed
...@@ -7,20 +7,20 @@ ...@@ -7,20 +7,20 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <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 }}"> <meta name="description" content="{{ description }}">
{% comment %}Open Graph / Facebook{% endcomment %} {% comment %}Open Graph / Facebook{% endcomment %}
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="{{ site_url }}"> <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 }}"> <meta property="og:description" content="{{ description }}">
{% comment %}<meta property="og:image" content="">{% endcomment %} {% comment %}<meta property="og:image" content="">{% endcomment %}
{% comment %}Twitter{% endcomment %} {% comment %}Twitter{% endcomment %}
<meta property="twitter:card" content="app"> <meta property="twitter:card" content="app">
<meta property="twitter:url" content="{{ site_url }}"> <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 }}"> <meta property="twitter:description" content="{{ description }}">
{% comment %}<meta property="twitter:image" content="">{% endcomment %} {% comment %}<meta property="twitter:image" content="">{% endcomment %}
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
{% render_bundle "shared" %} {% render_bundle "shared" %}
{% render_bundle "base" %} {% render_bundle "base" %}
<title>{{ title }} | Učebnice</title> <title>{{ title }} | Výuka</title>
</head> </head>
<body> <body>
<nav class="navbar navbar--simple __js-root"> <nav class="navbar navbar--simple __js-root">
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<a href="/"> <a href="/">
<img src="https://styleguide.pirati.cz/2.12.x/images/logo-round-white.svg" class="w-8" /> <img src="https://styleguide.pirati.cz/2.12.x/images/logo-round-white.svg" class="w-8" />
</a> </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 class="pl-5">{{ header_name }}</div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment