Sha256: 3d385e4bc11acbeff55fac8f13d980a60b8ed41f5fff77c5b6cc8094aa44a1e3
Contents?: true
Size: 717 Bytes
Versions: 2
Compression:
Stored size: 717 Bytes
Contents
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-2.1.0 | template/wordpress/views/partials/_head.twig |
edge_framework-2.0.0 | template/wordpress/views/partials/_head.twig |