Sha256: 310c403b86ff2ac68a7bbbcf96cb6856411a82e2f6a88be80a85ceef5168cc92

Contents?: true

Size: 1.08 KB

Versions: 16

Compression:

Stored size: 1.08 KB

Contents

---
layout: compress
---
<!-- include header.html -->
{% include header.html %}

<!-- include page css if enabled -->
{% if site.compression.css %}
<style>{% include main.css %}</style>
{% endif %}

{{ content }}

<!-- add linebreak for homepage styling, but not for posts -->
{% if page.layout != 'post'  %}
<br>
{% endif %}

<!-- add page load time if enabled -->
{% if site.compression.load-time %}
<i id="lt" class="d"></i><br>
{% endif %}

<!-- report page size in bytes -->
{% if site.compression.page-size %}
<i id="ps" class="d"></i>
{% endif %}

<!-- load script tag if JS is needed -->
{% if site.compression.page-size or site.compression.load-time  %}
<script>
{% if site.compression.page-size %}
document.getElementById("ps").innerHTML="Size: "+document.documentElement.outerHTML.length+" bytes";
{% endif %}
{% if site.compression.load-time %}
window.onload=function(){document.getElementById("lt").innerHTML="Load time: "+(window.performance.timing.domContentLoadedEventEnd-window.performance.timing.navigationStart)+"ms"};
{% endif %}
</script>
{% endif %}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
featherweight-0.7.15 _layouts/default.html
featherweight-0.7.14 _layouts/default.html
featherweight-0.7.13 _layouts/default.html
featherweight-0.7.12 _layouts/default.html
featherweight-0.7.11 _layouts/default.html
featherweight-0.7.10 _layouts/default.html
featherweight-0.7.9 _layouts/default.html
featherweight-0.7.8 _layouts/default.html
featherweight-0.7.7 _layouts/default.html
featherweight-0.7.6 _layouts/default.html
featherweight-0.7.5 _layouts/default.html
featherweight-0.7.4 _layouts/default.html
featherweight-0.7.3 _layouts/default.html
featherweight-0.7.2 _layouts/default.html
featherweight-0.7.1 _layouts/default.html
featherweight-0.7 _layouts/default.html