Sha256: 649b15cefb1a3e1d8f233aa7231e83131e6e5e0edcbd5ffb5c55e5faf6ae7fb1
Contents?: true
Size: 1.8 KB
Versions: 17
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-top:20px"> <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
17 entries across 17 versions & 1 rubygems