Sha256: 1d7714a9f6733ee83fe254811d775667f0798874bbdc6a4cc27fabe9542049b3
Contents?: true
Size: 896 Bytes
Versions: 3
Compression:
Stored size: 896 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 %} {%- if dataToShow.faqList -%} {%- if dataToShow.faqList.first.Question !='' -%} {% include section/news.html %} {% endif %} {% endif %} {%- if site.posts.size>0 -%} {% include section/blog.html %} {%- endif -%} {%- 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-0.1.9 | _layouts/default.html |
word-games-theme-0.1.8 | _layouts/default.html |
word-games-theme-0.1.7 | _layouts/default.html |