Sha256: cd649d1dd570db344be146bb2d4734242b775915cd27b3d97f773976c1652165
Contents?: true
Size: 1.14 KB
Versions: 13
Compression:
Stored size: 1.14 KB
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"> {%- if site.theme_config.navbarPosition == 'left' -%} {%- include page_frame_left.html -%} {%- else -%} <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> {%- endif -%} </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
13 entries across 13 versions & 1 rubygems