Sha256: 10c84ef0c62ab39cc3cd8c4818a7bb6f09f70039e71b0d2604c3342b95661f6b
Contents?: true
Size: 1015 Bytes
Versions: 28
Compression:
Stored size: 1015 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"> {%- include navbar.html -%} {{ content }} {%- assign footnote = site.theme_config.show_footnote -%} {%- if footnote == true -%} <footer class="footer"> <p> Powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://github.com/vitock/jekyll-zeta">Jekyll-zeta</a> </p> </footer> {%- endif -%} </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
28 entries across 28 versions & 1 rubygems