forked from deepStateMirrors/tabi
🐛 fix: remove nofollow robots meta tag (#465)
This commit is contained in:
parent
7793b819a9
commit
36ff72b318
1 changed files with 0 additions and 2 deletions
|
|
@ -96,8 +96,6 @@
|
||||||
|
|
||||||
{% if is_404 %}
|
{% if is_404 %}
|
||||||
<meta name="robots" content="noindex, follow" />
|
<meta name="robots" content="noindex, follow" />
|
||||||
{% else %}
|
|
||||||
<meta name="robots" content="index, nofollow" />
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<meta property="og:title" content="{{ page.title | default(value=config.title) | safe }}" />
|
<meta property="og:title" content="{{ page.title | default(value=config.title) | safe }}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue