Sha256: c6586c76d4aa20121940a0b60752d4ea9fddf6a96488f73a7902b5176a0563aa
Contents?: true
Size: 627 Bytes
Versions: 35
Compression:
Stored size: 627 Bytes
Contents
<!DOCTYPE html> <html lang="{{ page.lang | default: "en" }}"> {%- include head.html -%} <body a="{{ site.theme_config.appearance | default: "auto" }}"> <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 %} </body> </html>
Version data entries
35 entries across 35 versions & 3 rubygems