Sha256: 38e8b50dded402e58a7f2cbb2a51f4a5c98429fd0260664198940205e3b9886e

Contents?: true

Size: 1.48 KB

Versions: 29

Compression:

Stored size: 1.48 KB

Contents

{%- if dataToShow.HOW_TO_CONTENT -%}
<section class="how-to-section">
    <div class="feature">
        <p class="title mb-0">{{dataToShow.howto}}</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

29 entries across 29 versions & 1 rubygems

Version Path
word-games-theme-1.8.5 _includes/howto.html
word-games-theme-1.8.4 _includes/howto.html
word-games-theme-1.8.3 _includes/howto.html
word-games-theme-1.8.2 _includes/howto.html
word-games-theme-1.8.1 _includes/howto.html
word-games-theme-1.8.0 _includes/howto.html
word-games-theme-1.7.9 _includes/howto.html
word-games-theme-1.7.8 _includes/howto.html
word-games-theme-1.7.7 _includes/howto.html
word-games-theme-1.7.6 _includes/howto.html
word-games-theme-1.7.5 _includes/howto.html
word-games-theme-1.7.4 _includes/howto.html
word-games-theme-1.7.3 _includes/howto.html
word-games-theme-1.7.2 _includes/howto.html
word-games-theme-1.7.1 _includes/howto.html
word-games-theme-1.7.0 _includes/howto.html
word-games-theme-1.6.9 _includes/howto.html
word-games-theme-1.6.8 _includes/howto.html
word-games-theme-1.6.7 _includes/howto.html
word-games-theme-1.6.6 _includes/howto.html