Sha256: 914c2a12a5953958b0a93af7f5e33c94f5be681e70f2f7a7c47d53fccb02a301
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 Bytes
Contents
{%- if site.debug -%} {{ content }} {%- else -%} {%- assign items = content | split: "<pre" -%} {%- for item in items -%} {%- assign block = item | split: "</pre>" -%} {%- assign block_after = block.last | split: " " | join: " " -%} {%- if block.size == 1 -%} {{ block_after }} {%- else -%} <pre{{ block.first }}</pre>{{ block_after }} {%- endif -%} {%- endfor -%} {%- endif -%}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-rtd-theme-0.1.4 | _layouts/plugins/compress.liquid |