Sha256: 7b20ac3e0f4f0cd547bc0783dab95ed2277c337c16f6cf0345ce02517819acf0

Contents?: true

Size: 1.27 KB

Versions: 12

Compression:

Stored size: 1.27 KB

Contents

{% assign file = page.fileName %}
{% assign lang = page.lang %}
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
<div class="container-fluid">
    <div class="row">
        <div class="ads_layout feature">
            <p class="title mb-0">{{dataToShow.feature_title}}</p>
            {%- if dataToShow.feature_description -%}
            <p class="description">{{dataToShow.feature_description}}</p>
            {%- endif -%}
        </div>
        <div class="container">
            <div class="row text-center features_data">
                {% for entry in dataToShow.featureList %}
                <div class="col-lg-4 col-md-6 my-3">
                    <div class="card-body h-100">
                        <img src="{{ entry.fa_class }}" loading="lazy" height="25px" width="25px"
                            alt="{{entry.feature_heading}}"></img>
                        <h3 class="card-title">
                            {{ entry.feature_heading }}
                        </h3>
                        <p class="card-text" style="color: gray;
                        font-size: 14px;">{{ entry.feature_text}}</p>
                    </div>
                </div>
                {% endfor %}
            </div>
        </div>
    </div>
</div>

{%- include howto.html -%}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
word-games-theme-1.7.0 _includes/section/feature.html
word-games-theme-1.6.9 _includes/section/feature.html
word-games-theme-1.6.8 _includes/section/feature.html
word-games-theme-1.6.7 _includes/section/feature.html
word-games-theme-1.6.6 _includes/section/feature.html
word-games-theme-1.6.5 _includes/section/feature.html
word-games-theme-1.6.4 _includes/section/feature.html
word-games-theme-1.6.3 _includes/section/feature.html
word-games-theme-1.6.2 _includes/section/feature.html
word-games-theme-1.6.1 _includes/section/feature.html
word-games-theme-1.6.0 _includes/section/feature.html
word-games-theme-1.5.9 _includes/section/feature.html