Skip to content

Commit

Permalink
🐛 fix: remove nofollow robots meta tag (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nizzlay authored Jan 16, 2025
1 parent 7793b81 commit 36ff72b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" />
Expand Down

0 comments on commit 36ff72b

Please sign in to comment.