Sha256: 321ba0836b95e4834c9631a6ea9c09d8b79d1aa711d7ea1c7dbeeed29aff5fd4

Contents?: true

Size: 1.47 KB

Versions: 23

Compression:

Stored size: 1.47 KB

Contents

{%- if dataToShow.HOW_TO_CONTENT -%}
<section class="how-to-section">
    <div class="feature">
        <p class="title mb-0">How to</p>
    </div>
    <div class="container">
        <div class="row pt-5 justify-content-center">
            <div class="col-md-6 order-0 ">
                {%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
                <div class="how-to-img-wrapper ">
                    <img class="how-to-leftimg" height="300px" width="300px"
                        src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
                        alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}">
                </div>
                {%- endif -%}
            </div>
            <div class="col-md-6 order-1">
                <div class="how-to-right">
                    <h3 class="how-to-title">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable",
                        page.value}}</h3>
                    <ol class="how-to-list">
                        {% for data in dataToShow.HOW_TO_CONTENT.steps %}
                        <li id="step{{forloop.index}}" class="how-to-list-item">
                            <span>{{forloop.index}}.</span>{{data |
                            replace: "$variable",
                            page.value}}
                        </li>
                        {% endfor %}
                    </ol>
                </div>
            </div>
        </div>
    </div>
</section>
{%- endif -%}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
word-games-theme-2.0.8 _includes/howto.html
word-games-theme-2.0.7 _includes/howto.html
word-games-theme-2.0.6 _includes/howto.html
word-games-theme-2.0.5 _includes/howto.html
word-games-theme-2.0.4 _includes/howto.html
word-games-theme-2.0.3 _includes/howto.html
word-games-theme-2.0.2 _includes/howto.html
word-games-theme-2.0.1 _includes/howto.html
word-games-theme-2.0.0 _includes/howto.html
word-games-theme-1.9.9 _includes/howto.html
word-games-theme-1.9.8 _includes/howto.html
word-games-theme-1.9.7 _includes/howto.html
word-games-theme-1.9.6 _includes/howto.html
word-games-theme-1.9.5 _includes/howto.html
word-games-theme-1.9.4 _includes/howto.html
word-games-theme-1.9.3 _includes/howto.html
word-games-theme-1.9.2 _includes/howto.html
word-games-theme-1.9.1 _includes/howto.html
word-games-theme-1.9.0 _includes/howto.html
word-games-theme-1.8.9 _includes/howto.html