mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-23 05:33:06 +02:00
Update template wrapper links, remove GA tracking
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
|
||||
<meta name="description" content="{{ page.description }}"/>
|
||||
<meta name="robots" content="index,follow,archive"/>
|
||||
<meta property="og:image:url" content="http://www.phptherightway.com/images/og-image.png"/>
|
||||
<meta property="og:image:url" content="https://www.phptherightway.com/images/og-image.png"/>
|
||||
<meta property="og:image:width" content="1024"/>
|
||||
<meta property="og:image:height" content="640"/>
|
||||
<meta property="og:title" content="PHP: The Right Way"/>
|
||||
<meta property="og:description" content="An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web"/>
|
||||
<meta property="og:url" content="http://www.phptherightway.com"/>
|
||||
<meta property="og:url" content="https://www.phptherightway.com"/>
|
||||
<meta property="og:site_name" content="PHP: The Right Way"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
@@ -25,7 +25,7 @@
|
||||
<h1><a href="/">PHP <em>The Right Way</em></a></h1>
|
||||
<div class="build-date">Last Updated: {{ site.time }}</div>
|
||||
<div class="share">
|
||||
<a class="btn-share" href="https://twitter.com/intent/tweet?text=PHP+The+Right+Way&url=http%3A%2F%2Fwww.phptherightway.com&hashtags=PHP" target="_blank">Share on Twitter</a>
|
||||
<a class="btn-share" href="https://twitter.com/intent/tweet?text=PHP+The+Right+Way&url=https%3A%2F%2Fwww.phptherightway.com&hashtags=PHP" target="_blank">Share on Twitter</a>
|
||||
</div>
|
||||
<a class="fork-me" href="https://github.com/codeguy/php-the-right-way" target="_blank"></a>
|
||||
</header>
|
||||
@@ -72,27 +72,17 @@
|
||||
<footer class="site-footer" id="credits">
|
||||
<h2>Created and maintained by</h2>
|
||||
<ul>
|
||||
<li><a href="http://joshlockhart.com" target="_blank">Josh Lockhart</a></li>
|
||||
<li><a href="http://philsturgeon.co.uk/" target="_blank">Phil Sturgeon</a></li>
|
||||
<li><a href="https://joshlockhart.com" target="_blank">Josh Lockhart</a></li>
|
||||
<li><a href="https://philsturgeon.uk/" target="_blank">Phil Sturgeon</a></li>
|
||||
<li><a href="https://github.com/codeguy/php-the-right-way/graphs/contributors" target="_blank">Project Contributors</a></li>
|
||||
</ul>
|
||||
<div class="license">
|
||||
<a class="cc-badge" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"></a>
|
||||
<a class="cc-badge" rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/"></a>
|
||||
<br />
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">PHP: The Right Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://joshlockhart.com" property="cc:attributionName" rel="cc:attributionURL">Josh Lockhart</a>
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">PHP: The Right Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://joshlockhart.com" property="cc:attributionName" rel="cc:attributionURL">Josh Lockhart</a>
|
||||
<br/>
|
||||
is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://www.phptherightway.com" rel="dct:source">www.phptherightway.com</a>.
|
||||
is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://www.phptherightway.com" rel="dct:source">www.phptherightway.com</a>.
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-362072-7']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -5,12 +5,12 @@
|
||||
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
|
||||
<meta name="description" content="{{ page.description }}"/>
|
||||
<meta name="robots" content="index,follow,archive"/>
|
||||
<meta property="og:image:url" content="http://www.phptherightway.com/images/og-image.png"/>
|
||||
<meta property="og:image:url" content="https://www.phptherightway.com/images/og-image.png"/>
|
||||
<meta property="og:image:width" content="1024"/>
|
||||
<meta property="og:image:height" content="640"/>
|
||||
<meta property="og:title" content="PHP: The Right Way"/>
|
||||
<meta property="og:description" content="An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web"/>
|
||||
<meta property="og:url" content="http://www.phptherightway.com"/>
|
||||
<meta property="og:url" content="https://www.phptherightway.com"/>
|
||||
<meta property="og:site_name" content="PHP: The Right Way"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
@@ -25,7 +25,7 @@
|
||||
<h1><a href="/">PHP <em>The Right Way</em></a></h1>
|
||||
<div class="build-date">Last Updated: {{ site.time }}</div>
|
||||
<div class="share">
|
||||
<a class="btn-share" href="https://twitter.com/intent/tweet?text=PHP+The+Right+Way&url=http%3A%2F%2Fwww.phptherightway.com&hashtags=PHP" target="_blank">Share on Twitter</a>
|
||||
<a class="btn-share" href="https://twitter.com/intent/tweet?text=PHP+The+Right+Way&url=https%3A%2F%2Fwww.phptherightway.com&hashtags=PHP" target="_blank">Share on Twitter</a>
|
||||
</div>
|
||||
<a class="fork-me" href="https://github.com/codeguy/php-the-right-way" target="_blank"></a>
|
||||
</header>
|
||||
@@ -37,27 +37,17 @@
|
||||
<footer class="site-footer" id="credits">
|
||||
<h2>Created and maintained by</h2>
|
||||
<ul>
|
||||
<li><a href="http://joshlockhart.com" target="_blank">Josh Lockhart</a></li>
|
||||
<li><a href="http://philsturgeon.co.uk/" target="_blank">Phil Sturgeon</a></li>
|
||||
<li><a href="https://joshlockhart.com" target="_blank">Josh Lockhart</a></li>
|
||||
<li><a href="https://philsturgeon.co.uk/" target="_blank">Phil Sturgeon</a></li>
|
||||
<li><a href="https://github.com/codeguy/php-the-right-way/graphs/contributors" target="_blank">Project Contributors</a></li>
|
||||
</ul>
|
||||
<div class="license">
|
||||
<a class="cc-badge" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"></a>
|
||||
<a class="cc-badge" rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/"></a>
|
||||
<br />
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">PHP: The Right Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://joshlockhart.com" property="cc:attributionName" rel="cc:attributionURL">Josh Lockhart</a>
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">PHP: The Right Way</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://joshlockhart.com" property="cc:attributionName" rel="cc:attributionURL">Josh Lockhart</a>
|
||||
<br/>
|
||||
is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://www.phptherightway.com" rel="dct:source">www.phptherightway.com</a>.
|
||||
is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://www.phptherightway.com" rel="dct:source">www.phptherightway.com</a>.
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-362072-7']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user