We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b79368 + a8f34f5 commit 41b9e3eCopy full SHA for 41b9e3e
1 file changed
_layouts/default-layout.html
@@ -7,6 +7,9 @@
7
<meta http-equiv="Cache-Control" content="max-age=7200" />
8
9
{%- assign seo_title = page.title -%}
10
+ {%- if site.title -%}
11
+ {%- assign seo_title = page.title | append: " - " | append: site.title -%}
12
+ {%- endif -%}
13
{%- assign seo_description = page.description -%}
14
{%- assign seo_group = '' -%}
15
{%- if page.url contains '/mrz-scanner/license/' and site.firstLevelUrl contains '/faq' -%}
@@ -284,4 +287,4 @@
284
287
<!-- End Google Tag Manager -->
285
288
</body>
286
289
-</html>
290
+</html>
0 commit comments