feat: remove no-robots plugin

This commit is contained in:
Devin Haska 2025-04-04 14:09:41 -07:00
parent ae2622c339
commit 21e49e518b
3 changed files with 17 additions and 24 deletions

View file

@ -26,7 +26,6 @@
<style>{{ css | postcss | safe }}</style>
</head>
<body class="flex-col">
{% noRobots %}
{% include "partials/header.html" %}
<main id="main" class="flow flex-1 wrapper" tabindex="-1">
{{ content | safe }}