Sha256: f69634848f1435a018c551671fdd69d833db8ae9b7bf662565ef93a029f84382

Contents?: true

Size: 749 Bytes

Versions: 5

Compression:

Stored size: 749 Bytes

Contents

<!DOCTYPE html>
<html lang="en">

{%- include head/index.html -%}

<body>
    {%- include header/index.html -%}


    {% if page.url == '/' %}

    {% include section/home.html %}

    {% else %}

    {% include section/home2.html %}

    {% endif %}

    {% include section/feature.html %}

    {% include section/blog.html %}
    {% include section/news.html %}
    {% include section/about.html %}
    {%- include share/socialshare.html -%}
    {%- include Rating/rating.html -%}
    {%- include footer/index.html -%}


    <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>

</body>

</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
word-games-theme-0.1.5 _layouts/default.html
word-games-theme-0.1.4 _layouts/default.html
word-games-theme-0.1.3 _layouts/default.html
word-games-theme-0.1.2 _layouts/default.html
word-games-theme-0.1.1 _layouts/default.html