Sha256: 38a5baa4d0d0e6203b1e0eed906a7f886739f46f61ce9afe80b1a193dfd56e8c

Contents?: true

Size: 1.6 KB

Versions: 4

Compression:

Stored size: 1.6 KB

Contents

<!doctype html>
<html class="no-js" lang="en">
    <head>
        <!-- Meta -->
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <title>{{page.title}} - {{site.title}}</title>
        <meta name="description" content="{{page.description}}">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        {% include google-tag-wrapper.html %}
        <!-- YouTube API -->
        <meta name="yt-api-k" value="AIzaSyBpxv9JNl4AX816ScNmZcqHkLncMUeiAws" />
        <link rel="apple-touch-icon" href="apple-touch-icon.png">
        {% include styles/vendor.html %}
        <!-- Standard Favicon -->
        <link rel="icon" type="image/x-icon" href="{{page.baseurl}}favicon.ico" />
        <!-- Custom CSS Stylesheet -->
        <link rel="icon" type="image/x-icon" href="{{page.baseurl}}favicon.ico" />
        <!-- Custom CSS for the KCC Theme -->
        <link rel="stylesheet" href="{{page.baseurl}}assets/css/kcc-theme.css{% comment %}{% if site.data.theme_cache_bust_css %}?version={{ site.data.theme_cache_bust_css | truncate: 32, '' }}{% endif %}{% endcomment %}">
        <!-- Custom CSS stylesheet specific to this site -->
        {% include styles/main.html %}
        <!-- Custom CSS Stylesheet for CloudCannon -->
        <link rel="stylesheet" href="{{page.baseurl}}assets/css/content.css">
        <!-- Uncomment to prevent IE-11 caching (for IE testing) -->
        <!-- <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
        <META HTTP-EQUIV="Expires" CONTENT="-1"> -->
    </head>
    <body id="page-top">
      {% include google-noscript-wrapper.html %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kcc-gem-theme-0.5.0 _includes/head.html
kcc-gem-theme-0.4.7 _includes/head.html
kcc-gem-theme-0.4.6 _includes/head.html
kcc-gem-theme-0.4.5 _includes/head.html