Sha256: 4ede2abc2dca7c99f6a885340232bb0bcf3b46a70b50dfda059f9a344c229a5d
Contents?: true
Size: 1.84 KB
Versions: 3
Compression:
Stored size: 1.84 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="{{ site.baseurl }}/{% ministamp assets/js/default.js assets/js/default.js %}"></script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-2.0.2 | _layouts/default.html |
word-games-theme-2.0.1 | _layouts/default.html |
word-games-theme-2.0.0 | _layouts/default.html |