Sha256: d356c3b110c511529dc5fc3cdbda984cd99094d28323b71318887b0d50a536f3
Contents?: true
Size: 733 Bytes
Versions: 22
Compression:
Stored size: 733 Bytes
Contents
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign aboutData = site.data[folder][lang][file] %} <!DOCTYPE html> <html lang="{{aboutData.htmlLangAtt}}"> {% include head/index.html %} <body> {% include header/index.html %} {%- include dropdown/langdropdown.html -%} <div class="container py-4 about_layout"> <h1 class="about-h1 py-2">{{aboutData.h1}}</h1> <h2 class="about-h2">{{aboutData.h2}}</h2> <p class="about-para py-2">{{aboutData.paragraph}}</p> <div> {{content}} </div> </div> {% include footer/index.html %} {% include script.html %} </body> </html>
Version data entries
22 entries across 22 versions & 1 rubygems