Sha256: 2f06e96e36e4131f0f1b9a4bd58e1bb43dd135d391549d159ae1c2ecfea01dbe

Contents?: true

Size: 700 Bytes

Versions: 7

Compression:

Stored size: 700 Bytes

Contents

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width">

  <!-- WEBSITE DETAIL -->
  <title>
    {{ site.name }}
    {% if wp_title %} | {{ wp_title }} {% endif %}
  </title>
  <meta name="description" content="{{ site.description }}">

  <!-- FAVICON -->
  <link rel="icon" href="{{ img }}/favicon.png">
  <link rel="apple-touch-icon-precomposed" href="{{ img }}/favicon-big.png">
  
  <!-- JAVASCRIPT that must load first -->
  <script src="{{ js }}/vendor/custom.modernizr.js"></script>
  
  <!-- STYLESHEET -->
  <link rel="stylesheet" href="{{ css }}/framework.css">
  <link rel="stylesheet" href="{{ css }}/app.css">

  {{ wp_head }}
</head>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
edge_framework-2.0.0.a template/wordpress/views/partials/_head.twig
edge_framework-1.4.1 template/wordpress/views/partials/_head.twig
edge_framework-1.4.0 template/wordpress/views/partials/_head.twig
edge_framework-1.3.6 template/wordpress/views/partials/_head.twig
edge_framework-1.3.5 template/wordpress/views/partials/_head.twig
edge_framework-1.3.3 template/wordpress/views/partials/_head.twig
edge_framework-1.3.2 template/wordpress/views/partials/_head.twig