mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 07:59:27 +01:00
pages/photos: add link to Tessu album & fix GA...
...which is supposed to be at end of `<head>` not in the bottom of page.
This commit is contained in:
parent
5237b685e0
commit
d1b355a31a
@ -6,6 +6,16 @@
|
||||
Photo albums that are embedded from my imgur account.
|
||||
</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css.css" />
|
||||
<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', 'UA-40171169-1', 'mkaysi.github.io');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<hr/>
|
||||
@ -43,17 +53,8 @@ require photo authentication).
|
||||
<p>Everyone and everything else than me. I ask for permission before uploading.</p>
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/XCV8k/embed"></iframe>
|
||||
|
||||
<p>For more photos of Tessu (the dog), see <a href="https://www.facebook.com/mikaelahmsuomalainen/media_set?set=a.651823544912462.100002544672061&type=3">Tessu album at Facebook.</a></p>
|
||||
<hr/>
|
||||
<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', 'UA-40171169-1', 'mkaysi.github.io');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- vim : set ft=markdown-->
|
||||
|
@ -9,6 +9,16 @@
|
||||
<link rel="canonical" href="https://mkaysi.github.io/pages/photos.html">
|
||||
<title>Photo albums that are embedded from my imgur account.</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css.css" />
|
||||
<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', 'UA-40171169-1', 'mkaysi.github.io');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<hr/>
|
||||
@ -56,17 +66,9 @@ uploading.
|
||||
|
||||
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/XCV8k/embed"></iframe>
|
||||
|
||||
For more photos of Tessu (the dog), see [Tessu album at Facebook.](https://www.facebook.com/mikaelahmsuomalainen/media_set?set=a.651823544912462.100002544672061&type=3)
|
||||
|
||||
<hr/>
|
||||
<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', 'UA-40171169-1', 'mkaysi.github.io');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- vim : set ft=markdown-->
|
||||
|
Loading…
Reference in New Issue
Block a user