Sha256: 58e3f6c6e9ade5877599146344218bf66ded46299813db7d96c38206d72b799d
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign homeData= site.data[folder][lang][file] %} <!DOCTYPE html> <html lang="en"> {%- include head/index.html -%} <body> {%- include header/index.html -%} {%- if homeData.h1 or homeData.h2 -%} <div class="tools_headings" style="margin:20px 0px"> <div class="container"> <div class="pageHeading text-center"> <h1 class="heading pb-0 mb-3">{{homeData.h1}}</h1> {%- if homeData.h2 != '' -%} <h2>{{homeData.h2}}</h2> {%- endif -%} </div> </div> </div> {%- endif -%} <div class="tools-feature"> {{content}} </div> {% include section/feature.html %} {%- if dataToShow.faqList -%} {%- if dataToShow.faqList.first.Question !='' -%} {% include section/news.html %} {% endif %} {% endif %} {% include adBlocker/adBlocker.html %} {%- include Rating/rating.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 %} {%- if site.MonumetricID -%} {%- include footer/unqFooter.html -%} {%- else -%} {%- include footer/index.html -%} {%- endif -%} {%- include script.html -%} </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-1.1.9 | _layouts/tools.html |