Sha256: 990bdd452b2667c89a945d3f5665de776a105a856bd771c15ff4dad9a1741772
Contents?: true
Size: 1.81 KB
Versions: 2
Compression:
Stored size: 1.81 KB
Contents
--- layout: minimal --- <div class="chulapa-bg-landingpage"> {% include components/headers.html headertype= page.header_type imghero=page.header_img projects=page.project_links %} </div> <div class="chulapa-bg-landingpage flex-fill"> <main class="container-lg pb-3 chulapa-landingpage-color chulapa-bg-landingpage"> {% if page.show_breadcrumb or page.show_date or page.show_sociallinks -%} {%- include components/breadcrumbdatesocial.html -%} {% endif %} <div class="row pt-2"> <aside class="col-lg-2 mt-lg-3 small"> {%- if page.show_author -%} {% include components/author.html %} {%- endif -%} </aside> <article class="col-lg-8 mt-3"> {% if page.show_toc %} {% assign h_min = page.h_min | default: 2 %} {% assign h_max = page.h_max | default: 4 %} {% include components/toc.html sanitize=false html=content h_min=h_min h_max=h_max skipNoIDs=true id="toc" class="chulapa-toc-wrapper.list-group.mb-5.mx-3.mx-lg-5" item_class="list-group-item.font-weight-bold.py-1.pr-0.mr-0.chulapa-toc-reset" %} {% endif %} {{- content -}} </article> </div> </main> </div> <div class="chulapa-bg-landingpage"> {%- if page.show_bottomnavs -%} <div class="chulapa-landingpage-color"> {%- include components/navbeforeafter.html -%} </div> {%- endif -%} {%- if page.show_categories -%} {% assign size = page.categories | size %} {% if size > 0 %} <div class="chulapa-landingpage-badges"> {%- include components/categories.html-%} </div> {% endif %} {%- endif -%} {%- if page.show_tags -%} {% assign size = page.tags | size %} {% if size > 0 %} <div class="chulapa-landingpage-badges chulapa-landingpage-tag"> {%- include components/tags.html-%} </div> {% endif %} {%- endif -%} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chulapa-jekyll-1.0.1 | _layouts/landingpage.html |
chulapa-jekyll-1.0.0 | _layouts/landingpage.html |