|
@@ -12,7 +12,7 @@
|
12
|
12
|
<link type="text/css" rel="stylesheet" href="css/style.css" />
|
13
|
13
|
<link type="text/css" rel="stylesheet" href="css/sh_bright.min.css" />
|
14
|
14
|
<link type="text/css" rel="stylesheet" href="css/gh-fork-ribbon.css" />
|
15
|
|
- <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans:400,700">
|
|
15
|
+ <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700">
|
16
|
16
|
<link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.2.18/css/lightgallery.min.css" />
|
17
|
17
|
<script type="text/javascript" src="js/sh_main.js"></script>
|
18
|
18
|
<!--%
|
|
@@ -51,9 +51,9 @@
|
51
|
51
|
print(entry % (htmlspecialchars(p["url"]), htmlspecialchars(p["title"])))
|
52
|
52
|
%-->
|
53
|
53
|
<li><a href="https://github.com/xythobuz">GitHub</a></li>
|
54
|
|
- <li><a href="http://xythobuz.de/git/">Git</a></li>
|
55
|
|
- <li><a href="http://xythobuz.de/lastmusic">🎵</a></li>
|
56
|
|
- <li><a href="http://xythobuz.de/printer.html">🔨</a></li>
|
|
54
|
+ <li><a href="https://git.xythobuz.de/explore/repos">Git</a></li>
|
|
55
|
+ <li><a href="lastmusic">🎵</a></li>
|
|
56
|
+ <li><a href="printer.html">🔨</a></li>
|
57
|
57
|
<div class="fonts">
|
58
|
58
|
<li><span class="font-big">Text:</span></li>
|
59
|
59
|
<li><a class="dec" href="#"><span class="font-big">A</span><span class="font-small">A</span></a></li>
|
|
@@ -169,22 +169,20 @@
|
169
|
169
|
$(".lightgallery").lightGallery();
|
170
|
170
|
});
|
171
|
171
|
</script>
|
172
|
|
- <img src="http://xythobuz.de/stats/count.php?img" alt="Analytics">
|
173
|
|
- <!-- Piwik -->
|
174
|
|
- <script type="text/javascript">
|
175
|
|
- var _paq = _paq || [];
|
176
|
|
- /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
177
|
|
- _paq.push(['trackPageView']);
|
178
|
|
- _paq.push(['enableLinkTracking']);
|
179
|
|
- (function() {
|
180
|
|
- var u="//xythobuz.de/piwik/";
|
181
|
|
- _paq.push(['setTrackerUrl', u+'piwik.php']);
|
182
|
|
- _paq.push(['setSiteId', '1']);
|
183
|
|
- var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
184
|
|
- g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
185
|
|
- })();
|
186
|
|
- </script>
|
187
|
|
- <noscript><p><img src="//xythobuz.de/piwik/piwik.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript>
|
188
|
|
- <!-- End Piwik Code -->
|
|
172
|
+ <!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
|
|
173
|
+ <script>
|
|
174
|
+ (function(f, a, t, h, o, m){
|
|
175
|
+ a[h]=a[h]||function(){
|
|
176
|
+ (a[h].q=a[h].q||[]).push(arguments)
|
|
177
|
+ };
|
|
178
|
+ o=f.createElement('script'),
|
|
179
|
+ m=f.getElementsByTagName('script')[0];
|
|
180
|
+ o.async=1; o.src=t; o.id='fathom-script';
|
|
181
|
+ m.parentNode.insertBefore(o,m)
|
|
182
|
+ })(document, window, '//stats.xythobuz.de/tracker.js', 'fathom');
|
|
183
|
+ fathom('set', 'siteId', 'APYRK');
|
|
184
|
+ fathom('trackPageview');
|
|
185
|
+ </script>
|
|
186
|
+ <!-- / Fathom -->
|
189
|
187
|
</body>
|
190
|
188
|
</html>
|