Sha256: e89dc228d83031f486378fadf5f230e4a820e93953bbac4f594f02139b9b0d6d
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
<!DOCTYPE html> <html lang="{{ page.lang | default: 'en' }}"> {%- include head.html -%} <body a="{{ site.theme_config.appearance | default: 'auto' }}"> <div class="container"> <main class="page-content" aria-label="Content"> <div class="w"> {{ content }} </div> </main> {%-if site.goat_counter and jekyll.environment == "production"-%} {%-include goat_counter.html-%} {%-endif-%} {% if page.custom_js %} {% for js_file in page.custom_js %} <script type="text/javascript" src="{{ site.baseurl }}/assets/js/{{ js_file }}.js"></script> {% endfor %} {% endif %} {%-include footer.html-%} </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sim-css-0.1.0 | _layouts/default.html |