Sha256: 3aa468af50f2947b97c0ff0f61c2b63fb6c37d2535667a5eaa36364a850353fe
Contents?: true
Size: 1.55 KB
Versions: 7
Compression:
Stored size: 1.55 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="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=Frank+Ruhl+Libre|Varela+Round" rel="stylesheet"> <link rel="stylesheet" href="{{ "/assets/yefeme.css" | relative_url }}"> </head>
Version data entries
7 entries across 7 versions & 1 rubygems