feat: add eleventy-plugin-no-robots

This commit is contained in:
Devin Haska 2024-07-02 17:49:49 -07:00
parent a9c08ff496
commit 80086b7c39
No known key found for this signature in database
5 changed files with 21 additions and 0 deletions

View file

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