|
@@ -1,9 +1,10 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
-<html>
|
|
|
|
|
|
+<html lang="{{site.dist.country_lang }}">
|
|
<head>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="robots" content="index, follow">
|
|
<meta name="robots" content="index, follow">
|
|
|
|
+<meta property="og:locale" content="{{site.dist.country_lang | replace: '-', '_' }}" />
|
|
<meta name="author" content="Mietubl">
|
|
<meta name="author" content="Mietubl">
|
|
<meta name="description" content="{{ product.seo_description }}">
|
|
<meta name="description" content="{{ product.seo_description }}">
|
|
<meta name="keywords" content="{{product.seo_keywords}}">
|
|
<meta name="keywords" content="{{product.seo_keywords}}">
|
|
@@ -84,7 +85,7 @@
|
|
<!-- Product description -->
|
|
<!-- Product description -->
|
|
<div class="product-description-wrapper px-1">
|
|
<div class="product-description-wrapper px-1">
|
|
<!-- Product title -->
|
|
<!-- Product title -->
|
|
- <h2 class="product-title">
|
|
|
|
|
|
+ <h2 class="product-title font-size-2">
|
|
{{product.title | strip_html }}
|
|
{{product.title | strip_html }}
|
|
</h2>
|
|
</h2>
|
|
<hr>
|
|
<hr>
|
|
@@ -98,7 +99,6 @@
|
|
<tbody>
|
|
<tbody>
|
|
{% for item in product.parameters %}
|
|
{% for item in product.parameters %}
|
|
|
|
|
|
-
|
|
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<span class="c-gray-light strong-600"> {{ item.key }}</span>
|
|
<span class="c-gray-light strong-600"> {{ item.key }}</span>
|