Sha256: 4b33eccbbdbfe497b5208e3614de367f2fcd61ca19ac7255b7f50d5e45a2d541
Contents?: true
Size: 1.79 KB
Versions: 4
Compression:
Stored size: 1.79 KB
Contents
<!DOCTYPE html> <html lang="en"> {%- include head/index.html -%} <body> {%- include header/index.html -%} {%- if site.newFeatureBox -%} <div class="wordgametheme-sidebar-left"></div> <div class="wordgametheme-sidebar-right"></div> {%- endif -%} {% include section/home.html %} {% include section/feature.html %} {%- if dataToShow.faqList -%} {%- if dataToShow.faqList.first.Question !='' -%} {% include section/faq.html %} {% endif %} {% endif %} {%- if page.letter -%} {%- include WordPointTables/table.html -%} {%- endif -%} {% include adBlocker/adBlocker.html %} {%- include Rating/rating.html -%} {%- include share/socialshare.html -%} {%- assign langen = "en" -%} {%- if site.data[folder][langen][file].categories -%} {% assign categories= site.data[folder][langen][file].categories %} {%- else -%} {% assign categories= page.categories %} {%- endif -%} {%- if site.data[folder][langen][file].tags -%} {% assign tags= site.data[folder][langen][file].tags %} {%- else -%} {% assign tags= page.tags %} {%- endif -%} {%- if categories.size> 0 or tags.size>0-%} {%- include section/related_categories_post.html -%} {%- else -%} {%- include section/recent_posts.html -%} {% endif %} {%- include footer/index.html -%} {%- include script.html -%} {%- if page.language -%} <script> const select_dropDown2 = document.querySelector(".select_dropDown2") select_dropDown2[0].style.display = "none" select_dropDown2[1].style.display = "none" select_dropDown2[2].style.display = "none" select_dropDown2[3].style.display = "none" </script> {%- endif -%} <script defer src="/assets/js/default.js"></script> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-1.9.9 | _layouts/default.html |
word-games-theme-1.9.8 | _layouts/default.html |
word-games-theme-1.9.7 | _layouts/default.html |
word-games-theme-1.9.6 | _layouts/default.html |