Sha256: e12c4865544b913ed20f792d9f09b61efb10ea824a399a42b0a6ba550c194be9
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
--- layout: default --- <main id="main" class="mb-5"> {%- 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 %} {%- unless page.toc == false %} {%- include toc.html %} {%- endunless %} {{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 %} </main>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elixir-toolkit-theme-1.26.0 | _layouts/page.html |