Sha256: 042704a85cbd46a2033b1ce6bf2c3e3dce3ce6b9b67ce825aaf1ef0b46f02801

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

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/syntax.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.1 _includes/head.html