all repos — h3rald @ 7a7f80e828a2381049c962f2ead82b9f94926e5d

The sources of https://h3rald.com

Merge branch 'master' of github.com:h3rald/h3rald
h3rald h3rald@h3rald.com
Sun, 27 Apr 2014 15:02:14 +0200
commit

7a7f80e828a2381049c962f2ead82b9f94926e5d

parent

9e89f1bb9a4983020275039ba1966b6819c5a387

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M layouts/default.erblayouts/default.erb

@@ -19,7 +19,7 @@ <meta name="author" content="Fabio Cevasco" />

<meta name="robots" content="all, follow" /> <meta name="Revisit-After" content="2 Days" /> <meta name="description" content="H3RALD - Fabio Cevasco's Web Site" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <% min_keywords = "h3rald, fabio cevasco, " default = "ruby, rails technical writing, reviews, software, browsers, articles, traveling, books, genova"

@@ -84,8 +84,8 @@ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';

(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> - <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> - <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> + <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> + <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> <% end %> <script>
M layouts/footer.erblayouts/footer.erb

@@ -26,7 +26,7 @@ <h1>License</h1>

<p>Unless stated otherwise, all the articles and content published on this web site is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License</a>.</p> <p class="license-logo"> - <img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /> + <img alt="Creative Commons License" src="https://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /> </p> <p>The source code of this web site, such as its layout, SASS/CSS stylesheets, custom rake tasks and code is licensed under the terms of the <a href="http://creativecommons.org/licenses/MIT/">MIT License</a> and it is available on <a href="https://github.com/h3rald/h3rald">GitHub</a>.</p>