Sha256: 7f7e80cf9e390d9dc89177495906ccb00eeb965dde090403135149ba8b5813b1
Contents?: true
Size: 1.5 KB
Versions: 20
Compression:
Stored size: 1.5 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> <link rel="stylesheet" href="{{ '../assets/css/wordleSolver.css' | relative_url }}"> {%- include header/index.html -%} {%- if homeData.h1 or homeData.h2 -%} <div class="wordleSolver_headings"> <div class="container"> <div class="pageHeading text-center"> <h1 class="heading pb-0 m-0">{{homeData.h1}}</h1> {%- if homeData.h2 != '' -%} <h2>{{homeData.h2}}</h2> {%- endif -%} </div> </div> </div> {%- endif -%} <div class="wordleSolver-feature"> {{content}} </div> {% include section/feature.html %} {%- if dataToShow.faqList -%} {%- if dataToShow.faqList.first.Question !='' -%} {% include section/news.html %} {% endif %} {% endif %} {%- include Rating/rating.html -%} {%- include section/related_categories_post.html -%} {%- include footer/index.html -%} <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" /> <script defer src="../assets/js/wordleSolver.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script> {% include Monumetric/Monumetric.html %} </body> </html>
Version data entries
20 entries across 20 versions & 1 rubygems