forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
66 lines (62 loc) · 3.68 KB
/
Copy pathhead.html
File metadata and controls
66 lines (62 loc) · 3.68 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<head>
<script type="text/javascript">
var host = "startbootstrap.com";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ page.meta-description }}">
<meta name="author" content="Start Bootstrap">
<meta name="google-site-verification" content="37Tru9bxB3NrqXCt6JT5Vx8wz2AJQ0G4TkC-j8WL3kw">
<title>
{% if page.meta-title == "Start Bootstrap" %}
{{ page.meta-title }}
- Free Bootstrap Themes and Templates
{% else %}
{{ page.meta-title }}
- Start Bootstrap
{% endif %}
</title>
<!-- Google+ Authorship -->
<link rel="author" href="https://plus.google.com/+Startbootstrap">
<link rel="publisher" href="https://plus.google.com/+Startbootstrap">
<!-- Canonical -->
<link rel="canonical" href="https://startbootstrap.com{{ page.url }}">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Libre+Franklin:400,100,100italic,200,200italic,300,300italic,400italic,500,600,500italic,600italic,700,700italic,800,900,800italic,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-87DrmpqHRiY8hPLIr7ByqhPIywuSsjuQAfMXAE0sMUpY3BM7nXjf+mLIUSvhDArs" crossorigin="anonymous">
<!-- Styles -->
<link rel="stylesheet" href="{{ " /assets/css/main.css " | prepend: site.baseurl }}">
<!-- Feed -->
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ " /feed.xml " | prepend: site.baseurl | prepend: site.url }}">
<!-- Fav Icon and Apple Touch Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicons/favicon-16x16.png">
<link rel="manifest" href="/assets/img/favicons/manifest.json">
<link rel="mask-icon" href="/assets/img/favicons/safari-pinned-tab.svg" color="#b94e46">
<meta name="theme-color" content="#ffffff">
<!-- Open Graph -->
<meta property="og:title" content="{% if page.meta-title == " Start Bootstrap " %}{{ page.meta-title }} - Free Bootstrap Themes and Templates{% else %}{{ page.meta-title }}{% endif %}">
<meta property="og:site_name" content="Start Bootstrap">
<meta property="og:type" content="website">
<meta property="og:description" content="{{ page.meta-description }}">
{% if page.layout == 'template-overview' %}
<meta property="og:image" content="http://startbootstrap.com/assets/img/templates/{{ page.slug }}.jpg">
{% else %}
<meta property="og:image" content="https://startbootstrap.com/assets/img/og/logo.jpg">
{% endif %}
<meta property="og:url" content="https://startbootstrap.com{{ page.url }}">
<meta property="og:image:alt" content="{% if page.meta-title == " Start Bootstrap " %}{{ page.meta-title }} - Free Bootstrap Themes and Templates{% else %}{{ page.meta-title }}{% endif %}">
<!-- Twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@SBootstrap"/>
{% if page.layout == 'template-overview' %}
<meta name="twitter:image" content="https://startbootstrap.com/assets/img/templates/{{ page.slug }}.jpg">
{% else %}
<meta name="twitter:image" content="https://startbootstrap.com/assets/img/og/logo.jpg">
{% endif %}
</head>