Merge branch 'master' into hardware-interrupts

This commit is contained in:
Philipp Oppermann
2018-10-20 19:00:37 +02:00
20 changed files with 185 additions and 124 deletions

View File

@@ -54,6 +54,21 @@
})();
</script>
<!-- End Piwik Code -->
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '//fathom.phil-opp.com/tracker.js', 'fathom');
fathom('trackPageview');
</script>
<!-- / Fathom -->
</body>
</html>

View File

@@ -9,6 +9,7 @@
<meta name="description" content="{{ config.description }}">
<meta name="author" content="{{ config.extra.author.name }}">
<link rel="canonical" href="{{ current_url | safe }}" />
<link href="/css/poole.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
@@ -54,6 +55,21 @@
})();
</script>
<!-- End Piwik Code -->
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '//fathom.phil-opp.com/tracker.js', 'fathom');
fathom('trackPageview');
</script>
<!-- / Fathom -->
</body>
</html>