Sha256: 8508955ac05b940e9e452e6ebf2c91c2259c0a7492a59c1d762b167e2e0734c2
Contents?: true
Size: 1.83 KB
Versions: 2
Compression:
Stored size: 1.83 KB
Contents
<!DOCTYPE html> <html lang="{{ site.lang | default: " en-US" }}"> <head> {% include casjays-header.html %} {% if site.custom_theme.directory %} {% include themes/{{ site.custom_theme.directory }}/meta.html %} {% endif %} </head> <body class="text-center align-item-center" style="font-size: {{ site.custom_theme.nav.font_size.default }};"> <div class="container-fluid" style="display:flexbox;max-width: 95%;margin-left: 20px;margin-right: 20px;justify-content: center;"> {% if site.function_type == 'default' %} <!-- begin default --> {% include themes/{{ site.custom_theme.directory }}/layouts/default.html %} {% elsif site.function_type == 'blog' %} <!-- begin blog --> {% include functions/blog.html %} {% elsif site.function_type == 'gallery' %} <!-- begin gallery --> {% include functions/gallery.html %} {% elsif site.function_type == 'recipes' %} <!-- begin recipes --> {% include functions/recipes.html %} {% elsif site.custom_theme.directory %} <!-- begin default --> {% include themes/{{ site.custom_theme.directory }}/layouts/default.html %} {% else %} <div> <!-- begin --> {{ content }} </div> {% endif %} <!-- end default --> <br /> <div class="container text-center align-item-center"> <hr class="hr" style="width: 100%; border: none;border-top: 3px double #dfdbdb;color: #949393;overflow: hidden;height: 5px;" /> {% if site.function_type != 'default' %} <div class="container text-center align-item-center"> {% include casjaysdev/sociallinks.html %} </div> {% endif %} <br /> <br /> <br /> <div class="footer footer-custom col-sm-12"> {% include {{ site.custom_theme.footer }} %} </div> <br /> <br /> <br /> <br /> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
casjaysdev-jekyll-theme-0.2.6 | _layouts/default.html |
casjaysdev-jekyll-theme-0.2.5 | _layouts/default.html |