File tree 2 files changed +19
-6
lines changed
2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change
1
+ < meta charset ="utf-8 " />
2
+ < meta content ='text/html; charset=utf-8 ' http-equiv ='Content-Type '>
3
+ < meta http-equiv ='X-UA-Compatible ' content ='IE=edge '>
4
+ < meta name ='viewport ' content ='width=device-width, initial-scale=1.0, maximum-scale=1.0 '>
5
+
6
+ {% if page.excerpt %}
7
+ < meta name ="description " content ="{{ page.excerpt| strip_html }} " />
8
+ < meta property ="og:description " content ="{{ page.excerpt| strip_html }} " />
9
+ {% else %}
10
+ < meta name ="description " content ="{{ site.description }} ">
11
+ < meta property ="og:description " content ="{{ site.description }} " />
12
+ {% endif %}
13
+ < meta name ="author " content ="{{ site.name }} " />
14
+
15
+ {% if page.title %}
16
+ < meta property ="og:title " content ="{{ page.title }} " />
17
+ < meta property ="twitter:title " content ="{{ page.title }} " />
18
+ {% endif %}
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta charset ="utf-8 " />
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0 ">
7
-
8
4
< title > {% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</ title >
9
5
10
- < meta name ="author " content ="{{ site.name }} " />
11
- < meta name ="description " content ="{{ site.description }} ">
6
+ {% include meta.html %}
12
7
13
8
<!--[if lt IE 9]>
14
9
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
You can’t perform that action at this time.
0 commit comments