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

This commit is contained in:
Niels Gouman 2025-01-17 00:26:36 +01:00 committed by GitHub
parent 7793b819a9
commit 36ff72b318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,8 +96,6 @@
{% if is_404 %}
<meta name="robots" content="noindex, follow" />
{% else %}
<meta name="robots" content="index, nofollow" />
{% endif %}
<meta property="og:title" content="{{ page.title | default(value=config.title) | safe }}" />