feat: add eleventy-plugin-no-robots
This commit is contained in:
parent
a9c08ff496
commit
80086b7c39
5 changed files with 21 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue