Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
luc.frama.io
Commits
04508565
Verified
Commit
04508565
authored
Nov 28, 2019
by
Luc Didry
Browse files
Remove Piwik (use Dolomon now)
parent
49e163dc
Pipeline
#190468
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
themes/hugo-identity-theme/layouts/index.html
View file @
04508565
...
...
@@ -173,21 +173,6 @@
}
}
</script>
<!-- Piwik -->
<script
type=
"text/javascript"
>
var
_paq
=
_paq
||
[];
_paq
.
push
([
"
setDomains
"
,
[
"
*.luc.frama.io
"
]]);
_paq
.
push
([
'
trackPageView
'
]);
_paq
.
push
([
'
enableLinkTracking
'
]);
(
function
()
{
var
u
=
"
//piwik.fiat-tux.fr/
"
;
_paq
.
push
([
'
setTrackerUrl
'
,
u
+
'
piwik.php
'
]);
_paq
.
push
([
'
setSiteId
'
,
13
]);
var
d
=
document
,
g
=
d
.
createElement
(
'
script
'
),
s
=
d
.
getElementsByTagName
(
'
script
'
)[
0
];
g
.
type
=
'
text/javascript
'
;
g
.
async
=
true
;
g
.
defer
=
true
;
g
.
src
=
u
+
'
piwik.js
'
;
s
.
parentNode
.
insertBefore
(
g
,
s
);
})();
</script>
<noscript><p><img
src=
"//piwik.fiat-tux.fr/piwik.php?idsite=13"
style=
"border:0;"
alt=
""
/></p></noscript>
<!-- End Piwik Code -->
<p><img
src=
"themes/hugo-identity-theme/layouts/index.html"
style=
"border:0;"
alt=
""
/></p>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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