mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-21 05:24:23 -05:00
test
This commit is contained in:
parent
4a08acb9dd
commit
750452ad3a
@ -20,3 +20,5 @@ twitter:
|
|||||||
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
|
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
|
||||||
image : "https://infominer.id/images/og-image.jpg"
|
image : "https://infominer.id/images/og-image.jpg"
|
||||||
card : "summary"
|
card : "summary"
|
||||||
|
|
||||||
|
google_analytics: UA-132558656-1
|
@ -3,8 +3,16 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="{{ site.lang | default: "en-US" }}">
|
<html lang="{{ site.lang | default: "en-US" }}">
|
||||||
<head>
|
<head>
|
||||||
|
{% if site.google_analytics %}
|
||||||
{% include analytics.html %}
|
<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', '{{ site.google_analytics }}', 'auto');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
</script>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
@ -49,5 +57,6 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user