🐛 fix: remove `nofollow` robots meta tag (#465)

main
Niels Gouman 1 month ago committed by GitHub
parent 7793b819a9
commit 36ff72b318
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save