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 }}

View file

@ -10,6 +10,10 @@ All the changes that are fit to read!
If preferred, the [commit log is available here][commits].
## July 3rd 2024
- Added the [`eleventy-plugin-no-robots`](https://github.com/wkillerud/eleventy-plugin-no-robots) plugin.
## June 22nd 2024
- Added style for `<table>` elements.