Sha256: bc3f8915b00eed0ecd3cf15d4f546ceb921595cd57e8e9f58b6210ec9711dba5
Contents?: true
Size: 1.31 KB
Versions: 8
Compression:
Stored size: 1.31 KB
Contents
--- --- <!-- Zer0 Mistakes Jekyll Theme version 0.1 by Amr Abdel-Motaleb Copyright 2024 Amr Abdel-Motaleb - it-journey.com | @bamr87 --> <!-- file: root.html path:_layouts/root.html includes: head.html, google-tag-mgr.html, header.html, footer.html, algolia.html --> <!doctype html> <html lang="{{ site.locale | slice: 0,2 | default: en }}" class="no-js" data-bs-theme="dark"> <head> <!-- _includes/head.html --> {% include head.html %} <!-- Jekyll-SEO Plugin https://github.com/jekyll/jekyll-seo-tag--> {% seo %} </head> <body data-bs-spy="scroll" data-bs-target="#TableOfContents"> <!-- _includes/svg.html --> {% include svg.html %} <!-- _includes/google-tag-manager-body.html - SEO --> <!-- _includes/header.html - Header section with main Navigation and Search engine --> {% include header.html %} {% include info-section.html %} <!-- Content --> <div> {{ content }} </div> <!-- _include/footer.html --> {%- include footer.html -%} <!-- Javascript scripts --> <div> <!-- Search Engine --> <!-- _include/algolia.html --> <!-- Javascript CDN --> {% include js-cdn.html %} </div> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems