Sha256: 61deb6a8b98f4cb6cc2dd75f1f722c11be63a284b70cff718349b82b50a44e91
Contents?: true
Size: 1.74 KB
Versions: 5
Compression:
Stored size: 1.74 KB
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 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
5 entries across 5 versions & 1 rubygems