Sha256: 74431f9c06949cb5e09cbf340b81acc26590c689a9aa8ea22bba0770cc70cce3
Contents?: true
Size: 1.03 KB
Versions: 8
Compression:
Stored size: 1.03 KB
Contents
<!DOCTYPE html> <html lang="{{ site.lang | default: "en-US" }}"> <head> <!-- General meta --> <meta name="viewport" content="width=device-width, initial-scale=1"> {% if page.indexing == false %} <meta name="robots" content="noindex"> {% endif %} {% if page.collectionpage %} {% seo title=false %} {% assign collectiondata = site.collections | where: "label", page.collectionpage | first %} <title>{{ collectiondata.title }} - {{ site.title }}</title> <meta property="og:title" content="{{ collectiondata.title }}"> <meta name="description" content="{{ collectiondata.description }}"> <meta property="og:description" content="{{ collectiondata.description }}"> {% else %} {% seo %} {% endif %} <link rel="stylesheet" href="{{ "/assets/styles.css" | relative_url }}"> {% if site.avatarurl %}{% include site-favicons.html %}{% endif %} </head> <body class="layout-{{ page.layout }}{% if page.title %} {{ page.title | slugify }}{% endif %}"> {% include site-icons.svg %} {{ content }} </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems