Sha256: cefb2089f4b585125fcef4663e6cbb77df5af6dcda5f664e8cc843d14def0ead

Contents?: true

Size: 1.58 KB

Versions: 2

Compression:

Stored size: 1.58 KB

Contents

---
layout: default
---
<main id="main" class="order-1">
    <div id="intro">
        {%- if page.title %}
        {%- if page.type %}
        {%- assign subtitle = page.type | replace: "_", " " | capitalize %}
        <h1 class="has-subtitle"><span class="d-block text-secondary fs-4 ff-body">{{subtitle}}</span><span class="visually-hidden">:</span> {{ page.title }}
        {%- else %}
        <h1>{{ page.title }}
        {%- endif %}
        {%- if site.theme_variables.github_buttons.position == "top" or site.theme_variables.github_buttons.position == nil %}
        {% include github-buttons.html %}
        {%- endif %}
        </h1>
        {%- endif %}
        {%- if page.summary %}
        <div class="summary">{{page.summary}}</div>
        {%- endif %}
    </div>
    <div id="toc" class="text-muted sticky-lg-top">
        {%- include toc.html %}
    </div>
    <div id="content" class="mb-5" data-bs-spy="scroll" data-bs-target="#toc-contents" data-bs-smooth-scroll="true" tabindex="0">
        {{content}}
        {% include resource-table-page.html %}
        {% include related-pages.html %}
        {% include more-information-tiles.html %}
        {%- if page.page_id %}
        {% include resource-table-all.html tag=page.page_id %}
        {%- endif %}
        {% include affiliation-tiles-page.html %}
        {% include contributor-minitiles-page.html %}
        {%- if site.theme_variables.github_buttons.position == "bottom" %}
        <div id="github-buttons-wrapper" class="d-flex mt-5">
        {% include github-buttons.html %}
        </div>
        {%- endif %}
    </div>
</main>


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
elixir-toolkit-theme-2.1.0 _layouts/page.html
elixir-toolkit-theme-2.0.0 _layouts/page.html