Sha256: 9557677e182aaa3d055a8735b5f603f5c4ad701048899679581ba9d5aee1eb70

Contents?: true

Size: 472 Bytes

Versions: 4

Compression:

Stored size: 472 Bytes

Contents

{% assign file = page.fileName %}
{% assign lang = page.lang %}
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
{%- assign CustomColor = site.data.theme.colors -%}
<div class="container">
    <div class="pageHeading text-center py-4">
        <h1 class="heading pb-0 mb-3">
            {{dataToShow.h1}}</h1>
        {%- if dataToShow.h2 != "" -%}
        <h2 class="heading-h2">
            {{dataToShow.h2}}</h2>
        {%- endif -%}
    </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
word-games-theme-3.2.8 _includes/wordgames/headings/headings.html
word-games-theme-3.2.7 _includes/wordgames/headings/headings.html
word-games-theme-3.2.6 _includes/wordgames/headings/headings.html
word-games-theme-3.2.5 _includes/wordgames/headings/headings.html