Unverified Commit a04f3740 authored by Nikolay Gromov's avatar Nikolay Gromov Committed by GitHub

Update layout.pug

parent b7cf9a53
...@@ -8,8 +8,12 @@ html(class='no-js page', lang='ru') ...@@ -8,8 +8,12 @@ html(class='no-js page', lang='ru')
head head
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')
//- Edge и ряд мобильных браузеров автоматом преобразуют телефоны в ссылки. Отключим это. //- Edge и ряд мобильных браузеров слишком умны. Отключим это.
meta(name='format-detection', content='telephone=no') meta(name='format-detection', content='telephone=no')
meta(name='format-detection', content='date=no')
meta(name='format-detection', content='address=no')
meta(name='format-detection', content='email=no')
meta(content='notranslate', name='google')
block meta block meta
title Home title Home
...@@ -22,6 +26,7 @@ html(class='no-js page', lang='ru') ...@@ -22,6 +26,7 @@ html(class='no-js page', lang='ru')
include ../blocks/is-mobile/is-mobile--to-head.js include ../blocks/is-mobile/is-mobile--to-head.js
body body
noscript У вас отключен JavaScript. Это пугает.
.page__inner .page__inner
.page__content .page__content
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment