From a15056e4374f87da31f9665a7b564e37a19dd898 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 22 Sep 2022 01:26:24 -0500 Subject: [PATCH] Fix inline javascript comments breaking via compression layout Also added a note into the README about this issue for developers --- README.md | 9 ++++++++- _layouts/base.html | 7 +++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e1d490d..4b78e2c 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,18 @@ A jekyll-based static blog for my personal usage. Styling originally by [Delan A bundle install bundle exec jekyll serve --config _config.yml,_config_dev.yml bundle exec jekyll build -``` +``` + +## Development Notes + +This site uses a special HTML compression layout. This can cause production-only issues as the compression is not used in development. Know the [restrictions][compression-layout-restrictions] of this layout. The primary issue to remember is below. + +- Inline javascript (`