From 790c813ea9c3dc450a60a9a167c939929060a943 Mon Sep 17 00:00:00 2001 From: Ricky de Laveaga Date: Sat, 11 May 2024 10:27:23 -0700 Subject: [PATCH] lose nunjucks statement delimiters in readme/about copy --- README.md | 2 +- content/about/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d53eba..973eb38 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ We posit a third color scheme preference in addition to light and dark “modes, [v9.2.3-alpha.5](https://github.com/rdela/eleventeen/releases/tag/v9.2.3-alpha.5) added a `mono` option to [`_data/metadata.js`](_data/metadata.js) in [PR #13](https://github.com/rdela/eleventeen/pull/13) that disables Rainbow Mode if you set it to `true`. -`mono` is `false` by default, on purpose, because it beats making people set an option called `rainbow` to `false`. Plus it might make the current `{%- if not metadata.mono %}` template logic in [`_includes/layouts/base.njk`](_includes/layouts/base.njk) a little more resilient. +`mono` is `false` by default, on purpose, because it beats making people set an option called `rainbow` to `false`. Plus it might make the current `if not metadata.mono` template logic in [`_includes/layouts/base.njk`](_includes/layouts/base.njk) a little more resilient. ### Show Me the Mono diff --git a/content/about/index.md b/content/about/index.md index d0b1fa0..6b6aae6 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -29,7 +29,7 @@ We posit a third color scheme preference in addition to light and dark “modes, [v9.2.3-alpha.5](https://github.com/rdela/eleventeen/releases/tag/v9.2.3-alpha.5) added a `mono` option to [`_data/metadata.js`](https://github.com/rdela/eleventeen/blob/trunk/_data/metadata.js) in [PR #13](https://github.com/rdela/eleventeen/pull/13) that disables Rainbow Mode if you set it to `true`. -`mono` is `false` by default, on purpose, because it beats making people set an option called `rainbow` to `false`. Plus it might make the current {% raw %}`{%- if not metadata.mono %}`{% endraw %} template logic in [`_includes/layouts/base.njk`](https://github.com/rdela/eleventeen/blob/trunk/_includes/layouts/base.njk) a little more resilient. +`mono` is `false` by default, on purpose, because it beats making people set an option called `rainbow` to `false`. Plus it might make the current {% raw %}`if not metadata.mono`{% endraw %} template logic in [`_includes/layouts/base.njk`](https://github.com/rdela/eleventeen/blob/trunk/_includes/layouts/base.njk) a little more resilient. ### Show Me the Mono