-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
28 lines (24 loc) · 1.57 KB
/
head.html
File metadata and controls
28 lines (24 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{% block head %}
<meta charset="utf-8">
<meta name="viewport" content="width=640">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta id="meta-title" property="og:title" content="ZampleBox | Best E-Liquid & Best E-Juice Subscription | Best Vape Liquid">
<meta id="meta-description" property="og:description" content="ZampleBox is the original and best e-liquid subscription for vapers. Save 70% every month on the world's best e-juice and best vape liquid.">
<meta id="meta-image" property="og:image" content="https:{{ 'images/ZampleBox-Logo-Solo_white.png' | asset_url }}" />
<meta name="description" content="ZampleBox is the original and best e-liquid subscription for vapers. Save 70% every month on the world's best e-juice and best vape liquid.">
<title>ZampleBox | Best E-Liquid & Best E-Juice Subscription | Best Vape Liquid</title>
{% if settings.favicon %}
{{ settings.favicon | asset_url | icon_tag }}
{% endif %}
{{ css.base() }}
{{ 'css/style2.css' | asset_url | stylesheet_tag }}
{# 'js/less-1.7.0.min.js' | asset_url | javascript_tag #}
<script src="//fast.fonts.net/jsapi/ed5f6fba-7c23-4324-ac83-7efb81ed39ae.js"></script>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
{{ 'css/beliefstyle.css' | asset_url | stylesheet_tag }}
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
{% endblock %}