Skip to content

Commit

Permalink
Fix typo in docs/_docs/05-configuration.md (#5106)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabletecodes authored Jan 31, 2025
1 parent 8f02ec7 commit 1c6bd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/05-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ If you care at all about performance (and really who doesn't) compressing the HT

If you're hosting with GitHub Pages there aren't many options afforded to you for optimizing the HTML Jekyll generates. Thankfully there is some Liquid wizardry you can use to strip whitespace and comments to reduce file size.

There's a variety of configurations and caveats to using the `compress` layout, so be sure to read through the [documentation](http://jch.penibelst.de/) if you decide to make change the defaults set in the theme's `_config.yml`.
There's a variety of configurations and caveats to using the `compress` layout, so be sure to read through the [documentation](http://jch.penibelst.de/) if you decide to change the defaults set in the theme's `_config.yml`.

```yaml
compress_html:
Expand Down

0 comments on commit 1c6bd0d

Please sign in to comment.