File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< meta charset ="utf-8 ">
2
-
2
+ < title > {% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %} </ title >
3
3
{% if page.tags %}
4
4
< meta name ="keywords " content ="{{ page.tags | join: ', ' }} ">
5
5
{% endif %}
59
59
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
60
60
<!-- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.url }}/images/favicons/apple-touch-icon-114x114-precomposed.png"> -->
61
61
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
62
- <!-- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/images/favicons/apple-touch-icon-144x144-precomposed.png"> -->
62
+ <!-- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/images/favicons/apple-touch-icon-144x144-precomposed.png"> -->
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h2>MENU</h2>
22
22
< ul > {% for link in site.links %}
23
23
< li > {% if link.external %}
24
24
< a href ="{{ link.url }} "> {{ link.title }}</ a > {% else %}
25
- < a href ="{{ site.url }}{{ link.url }} "> {{ link.title }}</ a > {% endif %} </ li >
25
+ < a href ="{{ link.url }} "> {{ link.title }}</ a > {% endif %} </ li >
26
26
{% endfor %}
27
27
</ ul >
28
28
</ nav >
@@ -96,4 +96,4 @@ <h1 class="blog-title light" itemprop="name">
96
96
</ div >
97
97
{% endif %}
98
98
{% endif %}
99
- </ header >
99
+ </ header >
You can’t perform that action at this time.
0 commit comments