Sha256: e39e37018db8214182b417cb88124ebddcf7dee6d66e04996becb6ff756e1eb8

Contents?: true

Size: 1.17 KB

Versions: 9

Compression:

Stored size: 1.17 KB

Contents

{% assign file = page.fileName %}
{% assign lang = page.lang %}
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
<!-- starting news section -->
<div class="container-fluid">
    <div class="row rowHeight2">
        <div class="col-xl-3 col-lg-12">
            <div class="row">
                <div class="col-xl-3 p-0">
                    <div class="news">
                        <img src="/assets/images/left_obj_02.png" alt="">
                        <span class="site-no">{{dataToShow.newsNo}}</span>
                        <span class="site-no">{{dataToShow.FaqNo}}</span>
                        <h5 class="title">{{dataToShow.Faq_title}}</h5>
                    </div>
                </div>
            </div>
        </div>


        <div class="col-xl-9 col-lg-12">
            <div class="row my-xl-0">
                {% for entry in dataToShow.faqList %}
                <div class="col-md-6 pt-5">
                    <p class="meduim-text2 mb-0">{{entry.Question}}</p>
                    <p class="meduim-text mb-0">{{entry.Answer}}</p>
                </div>
                {% endfor %}
            </div>
        </div>
    </div>
</div>

<!-- close -->

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
word-games-theme-0.3.7 _includes/section/news.html
word-games-theme-0.3.6 _includes/section/news.html
word-games-theme-0.3.5 _includes/section/news.html
word-games-theme-0.3.4 _includes/section/news.html
word-games-theme-0.3.3 _includes/section/news.html
word-games-theme-0.3.2 _includes/section/news.html
word-games-theme-0.3.1 _includes/section/news.html
word-games-theme-0.3.0 _includes/section/news.html
word-games-theme-0.2.9 _includes/section/news.html