1
1
<!DOCTYPE html>
2
2
< html lang ="{{ site.lang | default: 'en-US' }} ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < title > {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</ title >
7
- < meta name ="description " content ="{{ page.description | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }} ">
8
- < link rel ="canonical " href ="{{ page.url | replace:'index.html', '' | absolute_url }} ">
9
- < link rel ="alternate " type ="application/rss+xml " title ="{{ site.title | escape }} Feed "
10
- href ="{{ '/feed.xml' | absolute_url }} ">
11
- {% if site.favicon and site.favicon != "" %}
12
- < link rel ="shortcut icon " href ="{{ site.favicon | relative_url }} " type ="image/png " />
13
- {% endif %}
14
- <!-- Styles -->
15
- < link href ="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i%7CNoto+Serif:400,400i,700,700i&display=swap " rel ="stylesheet ">
16
- < link href ="{{ '/assets/css/style.css' | relative_url }} " rel ="stylesheet ">
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</ title >
7
+ < meta name ="description "
8
+ content ="{{ page.description | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }} ">
9
+ < link rel ="canonical " href ="{{ page.url | replace:'index.html', '' | absolute_url }} ">
10
+ < link rel ="alternate " type ="application/rss+xml " title ="{{ site.title | escape }} Feed "
11
+ href ="{{ '/feed.xml' | absolute_url }} ">
12
+ {% if site.favicon and site.favicon != "" %}
13
+ < link rel ="shortcut icon " href ="{{ site.favicon | relative_url }} " type ="image/png "/>
14
+ {% endif %}
15
+ <!-- Styles -->
16
+ < link href ="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i%7CNoto+Serif:400,400i,700,700i&display=swap "
17
+ rel ="stylesheet ">
18
+ < link href ="{{ '/assets/css/style.css' | relative_url }} " rel ="stylesheet ">
17
19
</ head >
18
20
< body >
19
21
20
- < div id ="page " class ="site ">
22
+ < div id ="page " class ="site ">
21
23
< div class ="inner ">
22
- {% include header.html %}
23
- {{content}}
24
- {% include footer.html %}
24
+ {% include header.html %}
25
+ {{content}}
26
+ {% include footer.html %}
25
27
</ div > <!-- .inner -->
26
- </ div > <!-- .site -->
28
+ </ div > <!-- .site -->
27
29
28
- <!-- Scripts -->
29
- {% if site.google_analytics %}
30
- {% include google_analytics.html %}
31
- {% endif %}
32
- < script src ="{{ '/assets/js/plugins.js' | relative_url }} "> </ script >
33
- < script src ="{{ '/assets/js/custom.js' | relative_url }} "> </ script >
30
+ <!-- Scripts -->
31
+ < script src ="{{ '/assets/js/plugins.js' | relative_url }} "> </ script >
32
+ < script src ="{{ '/assets/js/custom.js' | relative_url }} "> </ script >
33
+
34
+ {% if site.google_analytics %}
35
+ {% include google_analytics.html %}
36
+ {% endif %}
37
+
38
+ {% if site.yandex_metrika %}
39
+ {% include yandex_metrika.html %}
40
+ {% endif %}
34
41
35
42
</ body >
36
43
</ html >
0 commit comments