Sha256: 964cfa0a0ee0f8b545252ab99d4e378870a6f462ad53c1def2a3f15f58d1d878
Contents?: true
Size: 1.72 KB
Versions: 4
Compression:
Stored size: 1.72 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://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yefeme-0.4.0 | _includes/head.html |
yefeme-0.3.10 | _includes/head.html |
yefeme-0.3.9 | _includes/head.html |
yefeme-0.3.8 | _includes/head.html |