From fc07adf40ef7cf360ff070e2fe648a4be0018e24 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Wed, 1 Feb 2023 17:33:37 -0600 Subject: [PATCH] More whitespace --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 073c892..80196dd 100644 --- a/README.md +++ b/README.md @@ -230,9 +230,9 @@ This example assumes you have added the [Render plugin](https://www.11ty.dev/doc ```html {% css %} - {% renderTemplate "scss" %} - h1 { .test { color: red; } } - {% endrenderTemplate %} + {% renderTemplate "scss" %} + h1 { .test { color: red; } } + {% endrenderTemplate %} {% endcss %} ```