forked from theorydb/theorydb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.html
More file actions
40 lines (35 loc) · 1.14 KB
/
Copy pathscripts.html
File metadata and controls
40 lines (35 loc) · 1.14 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
{% if site.google_analytics %}
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
loadJSDeferred('https://www.google-analytics.com/analytics.js');
</script>
{% endif %}
{% assign google_fonts = site.google_fonts | default:"Roboto+Slab:700|Noto+Serif:400,400i,700,700i" %}
{% capture icons_url %}{% link assets/icomoon/style.css %}{% endcapture %}
<!--[if gt IE 8]><!---->
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
WebFont.load({
{% unless site.no_google_fonts %}
google: {
families: '{{ google_fonts }}'.split('|')
},
{% endunless %}
custom: {
families: ['icomoon'],
urls: ['{{ icons_url | relative_url }}']
}
});
</script>
<!--<![endif]-->
{% unless page.redirect %}
<!--[if gt IE 9]><!---->
{% capture js_url %}{% link assets/js/hydejack.js %}?v=6.4.0{% endcapture %}
<script>loadJSDeferred('{{ js_url | relative_url }}');</script>
{% comment %}
{% include my-scripts.html %}
{% endcomment %}
<!--<![endif]-->
{% endunless %}