Sha256: 608ab6f2e35304e1dd3d94e6e4a84af14339521b7c3d4c222d25d3120b7ca695
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
<meta charset="UTF-8"> <!-- Analytics--> {% include gtag.html %} <!-- Generic --> <meta name="language" content="english"> <meta name="copyright" content="{{ site.author }}"> <meta name="author" content="{{ site.author }}"> <!-- SEO --> <title>{{ site.data.brand.name }} - {{ page.title }}</title> {% if site.data.production.demo %} <meta name="robots" content="noindex,nofollow"> {% endif %} <link rel="canonical" href="{{ page.url | absolute_url }}"> <meta name="description" content="{{ site.data.brand.description }}"> <meta property="og:title" content="{{ page.title }}"> <meta property="og:locale" content="{{ site.data.contact.location.locale }}"> <meta property="og:description" content="{{ site.data.brand.description }}"> <meta property="og:url" content="{{ page.url | absolute_url }}"> <meta property="og:site_name" content="{{ site.data.brand.name }}"> <meta property="og:type" content="website"> {% include icons.html %} <!-- Styles --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> {% for color_theme in site.data.themes.color_themes %} {% if color_theme.name == site.data.brand.color_theme %} <meta name="theme-color" content="{{ color_theme.background_color }}"> {% endif %} {% endfor %} <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}"> <!-- Scripts --> <script src="{{ '/assets/scripts/turbolinks.js' | relative_url }}"></script>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cafe-theme-0.1.1 | _includes/head.html |
cafe-theme-0.1.0 | _includes/head.html |