Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandr Veselov
kpp
Commits
f1fb6a78
Commit
f1fb6a78
authored
Jan 25, 2018
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:nicothin/NTH-start-project
parents
c32de350
a04f3740
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
layout-off-canvas.pug
src/pug/layout-off-canvas.pug
+6
-1
layout.pug
src/pug/layout.pug
+6
-1
No files found.
src/pug/layout-off-canvas.pug
View file @
f1fb6a78
...
@@ -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. Это пугает.
.off-canvas#off-canvas
.off-canvas#off-canvas
aside.off-canvas__aside(role='complementary', aria-label='Меню')
aside.off-canvas__aside(role='complementary', aria-label='Меню')
...
...
src/pug/layout.pug
View file @
f1fb6a78
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment