FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vim-php.github.com/_includes/head.html at master · tomphp/vim-php.github.com · GitHub
tomphp
/
vim-php.github.com
Public
forked from
vim-php/vim-php.github.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vim-php.github.com
/
_includes
/
head.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (22 loc) · 1.51 KB
Breadcrumbs
vim-php.github.com
/
_includes
/
head.html
Copy path
File metadata and controls
29 lines (22 loc) · 1.51 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<
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.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}
"
>
<
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
>
Back
|
FazBrowse Home
|
New Git URL