Sha256: 71ab52512f99934647761e3ebc62b3977b046fdf038e5405e8ec649ed61b72d1
Contents?: true
Size: 695 Bytes
Versions: 3
Compression:
Stored size: 695 Bytes
Contents
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-2.1.1 | template/ghost/partials/head.hbs |
edge_framework-2.1.0 | template/ghost/partials/head.hbs |
edge_framework-2.0.0 | template/ghost/partials/head.hbs |