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
Lelux.fi
Wiki
Commits
007de156
Verified
Commit
007de156
authored
Mar 31, 2019
by
Elias Ojala
Browse files
Replace CDNJS with self-hosted copies
parent
aa87b712
Changes
1
Hide whitespace changes
Inline
Side-by-side
_layouts/default.html
View file @
007de156
...
...
@@ -22,17 +22,7 @@
</div>
{% endif %}
</div>
<script
src=
"https://
cdnjs.cloudflare.com/ajax
/libs/anchor-js/
4.1.0/
anchor.min.js"
integrity=
"sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg="
crossorigin=
"anonymous"
></script>
<script
src=
"https://
lelux.fi
/libs/anchor-js/anchor.min.js"
crossorigin=
"anonymous"
></script>
<script>
anchors
.
add
();
</script>
{% if site.google_analytics %}
<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
'
,
'
{{ site.google_analytics }}
'
,
'
auto
'
);
ga
(
'
send
'
,
'
pageview
'
);
</script>
{% endif %}
</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