Sha256: c9a1ad5a35c97bac726b86a85617acea6edda2d6084a5c05d1843eb165506cce

Contents?: true

Size: 1.62 KB

Versions: 7

Compression:

Stored size: 1.62 KB

Contents

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
  <meta name="author" content="{{ site.author }}">
  <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>


  <meta property="og:title" content="{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}">
  <meta property="og:description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
  <meta property="og:url" content="{{ site.url }}{{ page.url }}">
  {% if page.title %}
    <meta property="og:type" content="article">
  {% else %}
    <meta property="og:type" content="website">
  {% endif %}

  {% if page.date %}
    <meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}">
  {% endif %}

  {% if site.twitter_username %}
    <meta name="twitter:site" content="@{{ site.twitter_username }}">
  {% endif %}

  <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
  <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">

  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
  <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700|Libre+Baskerville:400,400i,700" rel="stylesheet">
  <link rel="stylesheet" href="{{ "/assets/yefeme.css" | relative_url }}">
</head>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yefeme-0.6.0 _includes/head.html
yefeme-0.5.8 _includes/head.html
yefeme-0.5.7 _includes/head.html
yefeme-0.5.6 _includes/head.html
yefeme-0.5.5 _includes/head.html
yefeme-0.5.4 _includes/head.html
yefeme-0.5.3 _includes/head.html