parent
81b42b9e87
commit
7dc7a9510e
@ -62,7 +62,7 @@ Outputs:
|
|||||||
|
|
||||||
A Jekyll layout that compresses HTML in pure Liquid. To enable add `layout: compress` to `_layouts/default.html`.
|
A Jekyll layout that compresses HTML in pure Liquid. To enable add `layout: compress` to `_layouts/default.html`.
|
||||||
|
|
||||||
**Note:** Has been none to mangle markup and break JavaScript... especially if inline `// comments` are present. For this reason it has been disabled by default.
|
**Note:** Has been known to mangle markup and break JavaScript... especially if inline `// comments` are present. For this reason it has been disabled by default.
|
||||||
{: .notice--danger}
|
{: .notice--danger}
|
||||||
|
|
||||||
* [Documentation](http://jch.penibelst.de/)
|
* [Documentation](http://jch.penibelst.de/)
|
||||||
@ -570,4 +570,4 @@ Add the new `.btn--reddit` class to the `<a>` element from earlier, [compile `ma
|
|||||||
{% raw %}<a href="https://www.reddit.com/submit?url={{ base_path }}{{ page.url }}&title={{ page.title }}" class="btn btn--reddit" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>{% endraw %}
|
{% raw %}<a href="https://www.reddit.com/submit?url={{ base_path }}{{ page.url }}&title={{ page.title }}" class="btn btn--reddit" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
Reference in New Issue
Block a user