Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spf
pelican-hyde
Commits
f3dc227e
Commit
f3dc227e
authored
Oct 25, 2015
by
José Guilherme Vanz
Browse files
fragments: added Google analytics fragment
parent
f946b964
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
f3dc227e
...
...
@@ -21,6 +21,7 @@
<!-- RSS -->
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"RSS"
href=
"/atom.xml"
>
{% include 'fragments/google_analytics.html' %}
</head>
<body
class=
"theme-base-0d"
>
...
...
templates/fragments/google_analytics.html
0 → 100644
View file @
f3dc227e
{% if GOOGLE_ANALYTICS %}
<script
type=
"text/javascript"
>
(
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
'
,
'
{{ GOOGLE_ANALYTICS }}
'
,
'
auto
'
);
ga
(
'
send
'
,
'
pageview
'
);
</script>
{% endif %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment