Sha256: 95910320f06b9fedcc05a2ba99c79dcf7dc897076fa4e31e8640995ed8abd6ef

Contents?: true

Size: 678 Bytes

Versions: 7

Compression:

Stored size: 678 Bytes

Contents

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

  <!-- WEBSITE DETAIL -->
  <title>
    {{ meta_title }}
  </title>
  <meta name="description" content="{{ @blog.description }}">
  
  <!-- FAVICON -->
  <link rel="icon" href={{asset "img/favicon.png" }}>
  <link rel="apple-touch-icon-precomposed" href={{asset "img/favicon-big.png" }}>

  <!-- JAVASCRIPT that must load first -->
  <script src={{asset "js/vendor/custom.modernizr.js" }}></script>
  
  <!-- STYLESHEET -->
  <link rel="stylesheet" href={{asset "css/framework.css" }}>
  <link rel="stylesheet" href={{asset "css/app.css" }}>

  {{ ghost_head }}
</head>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
edge_framework-2.0.0.a template/ghost/partials/head.hbs
edge_framework-1.4.1 template/ghost/partials/head.hbs
edge_framework-1.4.0 template/ghost/partials/head.hbs
edge_framework-1.3.6 template/ghost/partials/head.hbs
edge_framework-1.3.5 template/ghost/partials/head.hbs
edge_framework-1.3.3 template/ghost/partials/head.hbs
edge_framework-1.3.2 template/ghost/partials/head.hbs