Sha256: fd8f40dc71bf35a3834247d8c2b11ca7a17c6515e6bb4d8914c1eb1004d21f00

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 Bytes

Contents

<head>
  <meta charset="utf-8">
  <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
  <meta name="description" content="{{ site.description }}">
  <meta name="author" content="{% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}">

  <meta name="viewport" content="width=device-width, initial-scale=1">

  <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">

  <link rel="stylesheet" href="{{ "/assets/normalize.css" | prepend: site.baseurl }}">
  <link rel="stylesheet" href="{{ "/assets/skeleton.css" | prepend: site.baseurl }}">
  <link rel="stylesheet" href="{{ "/assets/style.css" | prepend: site.baseurl }}">

  <link rel="icon" type="image/x-icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" />

  {% if jekyll.environment == "production" and site.google_analytics %}
  {% include google-analytics.html %}
  {% endif %}
</head>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-skeleton-1.1.0 _includes/head.html