mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
_includes/head.html: fix the robots tag
I am surprised it did anything
This commit is contained in:
parent
40924ab27b
commit
663b769cd6
3
_includes/head.html
vendored
3
_includes/head.html
vendored
@ -2,7 +2,8 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="robots" content="nofollow, {{ page.robots | default: site.robots | default: "nofollow" }}">
|
<meta name="robots" content="nofollow">
|
||||||
|
<meta name="robots" content="{% if page.robots %}{{ page.robots }} {% else %}{{ site.robots | default: 'nofollow' }}{% endif %}">
|
||||||
<meta name="msvalidate.01" content="DDF472BEC8E65C680D65A24256C33B24">
|
<meta name="msvalidate.01" content="DDF472BEC8E65C680D65A24256C33B24">
|
||||||
<link rel="icon prefetch" href="{{site.icon}}">
|
<link rel="icon prefetch" href="{{site.icon}}">
|
||||||
<title>{% if page.title %}{{ page.title }} ~~ {{ site.title | strip_html }}{% else %}{{ site.title }}{% endif %}</title>
|
<title>{% if page.title %}{{ page.title }} ~~ {{ site.title | strip_html }}{% else %}{{ site.title }}{% endif %}</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user