Update index.html
Change canonical, remove ownership meta, change analytics, change github links
This commit is contained in:
parent
896d175f1b
commit
5185cbc0bb
1 changed files with 7 additions and 15 deletions
22
index.html
22
index.html
|
@ -37,18 +37,7 @@
|
|||
<script type="text/javascript" src="style/js/jquery.touchcarousel-1.2.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/twitter.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/boostrapslider.js"></script>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-3892196-38']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
<link href="http://pico.dev7studios.com" rel="canonical" />
|
||||
<meta name="verifyownership" content="13884e332ef23e40fc38715d0d78c941" />
|
||||
<link href="http://picocms.org" rel="canonical" />
|
||||
</head>
|
||||
<body class="full-layout">
|
||||
<!-- Begin Body Wrapper -->
|
||||
|
@ -131,8 +120,8 @@
|
|||
<!-- Begin Inner -->
|
||||
<div class="inner">
|
||||
<h1>Want to Contribute?</h1>
|
||||
<p class="description">Help make Pico better by checking out the <a href="https://github.com/gilbitron/Pico">GitHub repository</a> and submitting pull requests.<br />
|
||||
If you find a bug please report it on the <a href="https://github.com/gilbitron/Pico/issues">issues page</a>.</p>
|
||||
<p class="description">Help make Pico better by checking out the <a href="https://github.com/picocms/Pico">GitHub repository</a> and submitting pull requests.<br />
|
||||
If you find a bug please report it on the <a href="https://github.com/picocms/Pico/issues">issues page</a>.</p>
|
||||
<ul class="social">
|
||||
<li><a href="https://twitter.com/dev7studioshq"><i class="icon-s-twitter"></i></a></li>
|
||||
<li><a href="https://www.facebook.com/dev7studios"><i class="icon-s-facebook"></i></a></li>
|
||||
|
@ -156,5 +145,8 @@
|
|||
</div>
|
||||
<!-- End Body Wrapper -->
|
||||
<script type="text/javascript" src="style/js/scripts.js"></script>
|
||||
<script src="//static.getclicky.com/js" type="text/javascript"></script>
|
||||
<script type="text/javascript">try{ clicky.init(100720523); }catch(e){}</script>
|
||||
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720523ns.gif" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue