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:
Mikaela Suomalainen 2014-08-10 19:05:38 +03:00
parent 5237b685e0
commit d1b355a31a
2 changed files with 23 additions and 20 deletions

View File

@ -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&amp;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-->

View File

@ -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-->