diff --git a/content/blog/let-it-snow.md b/content/blog/let-it-snow.md index 4410794..dc5630b 100644 --- a/content/blog/let-it-snow.md +++ b/content/blog/let-it-snow.md @@ -174,7 +174,7 @@ I added this include in my base layout, after the footer, just before the the cl Now all we need to do is make sure {% raw %}`{{ metadata.weatherSymbol }}`{% endraw %} exists and we should be cooking with gas. To `_data/metadata.js` I added: `weatherSymbol: "🍁",`; a falling leaf for autumn. ## Settings -Now we have our ~~falling-snow~~ falling leaf effect working but, as with anything fun, there are going to be at least a few crabbit souls who are going to hate this. For them, let's implement a toggle. First, the toggle itself, in `_includes/weatherController.njk`: +Now we have our ~~falling-snow~~ falling leaf effect working but, as with anything fun, there are going to be at least a few crabbit souls who will hate this. For them, let's implement a toggle. First, the toggle itself, in `_includes/weatherController.njk`: ``` html