-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhead.html
More file actions
41 lines (32 loc) · 2.17 KB
/
head.html
File metadata and controls
41 lines (32 loc) · 2.17 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
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width initial-scale=1">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.summary %}{{ page.summary }}{% else %}{{ site.description }}{% endif %}">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="{{ page.tags }}">
<link rel="canonical" href="{{ site.url }}{{page.url}}">
<meta property="og:title" content="Vim-PHP Open Community for developers that work with VIM and PHP" />
<meta property="og:site_name" content="vim-php"/>
<meta property="og:url" content="{{ site.url }}{{page.url}}" />
<meta property="og:description" content="{% if page.summary %}{{ page.summary }}{% else %}{{ site.description }}{% endif %}" />
<meta property="og:type" content="article" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://avatars3.githubusercontent.com/u/2125030?v=3" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.png">
<link rel="stylesheet" href="{{ "/vendor/css/bootstrap.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/vendor/css/bootstrap-theme.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60448425-1', 'auto');
ga('send', 'pageview');
</script>
</head>