Sha256: f891481d69ce6e7ffe3a216bfe8d1cc52ff6e819e06a29303055cb73318cb2c2
Contents?: true
Size: 994 Bytes
Versions: 5
Compression:
Stored size: 994 Bytes
Contents
<!DOCTYPE html> <html lang="en-GB"> <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 }}"> {% include site-favicons.html %} </head> <body class="layout-{{ page.layout }}{% if page.title %} {{ page.title | slugify }}{% endif %}"> {% include site-icons.svg %} {{ content }} </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems