Sha256: 98b868664872907b847fa51d626ea4dc782d298813178a92f0e7072f9bbbd100
Contents?: true
Size: 1.82 KB
Versions: 2
Compression:
Stored size: 1.82 KB
Contents
<head> <meta charset="utf-8"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> {% for meta_tag in site.meta_tags %} {{ meta_tag }} {% endfor %} <meta content="{{ site.title }}" property="og:site_name"/> <meta content="{{ site.url }}" property="og:referenced"/> <meta content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.short_description }}{% endif %}"/> <meta name="twitter:description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.short_description }}{% endif %}"> <meta name="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.short_description }}{% endif %}"/> {% if page.title %} <meta content="{{ page.title }}" property="og:title"/> <title>{{ page.title }}</title> {% else %} <meta content="{{ site.title }}" property="og:title"/> <title>{{ site.title }}</title> {% endif %} {% if site.github_username %} <link rel="publisher" href="https://github.com/{{ site.github_username }}"/> {% else if site.twitter_username %} <link rel="publisher" href="https://twitter.com/{{ site.twitter_username }}"/> {% endif %} <link rel="stylesheet" href="/assets/css/main.css"/> <link rel="stylesheet" href="/assets/css/font-awesome.css"/> {% for css_name in page.extra_css %} <link rel="stylesheet" href="{{ css_name }}"> {% endfor %} <link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html',''}}"/> <link rel="shortlink" href="{{ site.url }}{{ page.url | replace:'index.html',''}}"/> </head>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bravissimo-0.1.3 | _includes/head.html |
bravissimo-0.1.2 | _includes/head.html |