Sha256: e64ee00b11ae39af07419158fa93107a912f85be9fe2895c0c1dd809454626e8

Contents?: true

Size: 1.92 KB

Versions: 4

Compression:

Stored size: 1.92 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 %}
        <div class="btn-group">
            {%- if page.custom-editme %}
            <a role="button" data-bs-toggle="tooltip" title="Propose changes to the content of this page on {{site.theme_variables.git_host | default: 'GitHub' }}" href="{{site.github.repository_url}}/blob/{{site.github.source.branch}}/{{page.custom-editme}}" class="btn btn-sm hover-primary text-primary"><i class="fas fa-pencil-alt"></i></a>
            {%- else %}
            <a role="button" data-bs-toggle="tooltip" title="Propose changes to this page on {{site.theme_variables.git_host | default: 'GitHub' }}"  href="{{site.github.repository_url}}/blob/{{site.github.source.branch}}/{{page.path}}" class="btn btn-sm hover-primary text-primary"><i class="fas fa-pencil-alt"></i></a>
            {%- endif %}
            <a role="button" data-bs-toggle="tooltip" title="Check out the history of this page" href="{{site.github.repository_url}}/commits/{{site.github.source.branch}}/{{page.path}}" class="btn btn-sm hover-primary text-primary"><i class="fas fa-history"></i></a>
        </div>
    </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 contributor-minitiles-page.html %}
</main>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
elixir-toolkit-theme-1.6.1 _layouts/page.html
elixir-toolkit-theme-1.6.0 _layouts/page.html
elixir-toolkit-theme-1.5.3 _layouts/page.html
elixir-toolkit-theme-1.5.2 _layouts/page.html