Update head.html
Remove hardcoded Made Mistakes site title.
This commit is contained in:
parent
283f529687
commit
61db991c98
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
<meta name="description" content="{{ page.description }}">
|
<meta name="description" content="{{ page.description }}">
|
||||||
<meta name="keywords" content="{{ page.tags | join: ', ' }}">
|
<meta name="keywords" content="{{ page.tags | join: ', ' }}">
|
||||||
<!-- Twitter Card and Open Graph meta -->
|
<!-- Twitter Card and Open Graph meta -->
|
||||||
<meta name="twitter:title" content="{% if page.title %}{{ page.title }} – {% endif %}Made Mistakes">
|
<meta name="twitter:title" content="{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }}">
|
||||||
<meta name="twitter:description" content="{% if page.description %}{{ page.description }}{% else %}{{ page.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}">
|
<meta name="twitter:description" content="{% if page.description %}{{ page.description }}{% else %}{{ page.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}">
|
||||||
<meta name="twitter:creator" content="@{{ site.owner.twitter }}">
|
<meta name="twitter:creator" content="@{{ site.owner.twitter }}">
|
||||||
{% if page.layout == 'photo' %}
|
{% if page.layout == 'photo' %}
|
||||||
|
@ -61,4 +61,4 @@
|
||||||
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
|
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.url }}/images/apple-touch-icon-114x114-precomposed.png">
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.url }}/images/apple-touch-icon-114x114-precomposed.png">
|
||||||
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
|
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/images/apple-touch-icon-144x144-precomposed.png">
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/images/apple-touch-icon-144x144-precomposed.png">
|
||||||
|
|
Loading…
Reference in a new issue