diff options
Diffstat (limited to '_site_build/_includes')
| -rw-r--r-- | _site_build/_includes/google_analytics.html | 8 | ||||
| -rw-r--r-- | _site_build/_includes/head.html | 4 | ||||
| -rw-r--r-- | _site_build/_includes/post_excerpt.html | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/_site_build/_includes/google_analytics.html b/_site_build/_includes/google_analytics.html index 1af92a9..8b82edd 100644 --- a/_site_build/_includes/google_analytics.html +++ b/_site_build/_includes/google_analytics.html @@ -1,6 +1,6 @@ <script> - window._gaq = [['_setAccount','{{ site.google_ua }}'],['_trackPageview'],['_trackPageLoadTime']]; - Modernizr.load({ - load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js' - }); + var _gaq=[['_setAccount','{{ site.google_ua }}'],['_trackPageview']]; + (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; + g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; + s.parentNode.insertBefore(g,s)}(document,'script')); </script> diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html index 1f2c3a3..10d4463 100644 --- a/_site_build/_includes/head.html +++ b/_site_build/_includes/head.html @@ -4,8 +4,8 @@ <meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> <meta name="copyright" content="Copyright © {{ site.copyright_year }} by {% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}. All Rights Reserved."> {% if page.robots %}<meta name="robots" content="{{ page.robots }}">{% endif %} -<meta name="viewport" content="width=device-width,initial-scale=1"> +<meta name="viewport" content="width=device-width"> <link rel="canonical" href="{{ site.url}}{{ page.url | chomp_url }}"> <link rel="stylesheet" href="/css/style.css?v=1"> <link rel="alternate" type="application/rss+xml" href="{% if site.feedburner %}http://feeds.feedburner.com/{{ site.feedburner }}{% else %}/feed/{% endif %}" title="Feed for {{ site.title }}"> -<script src="/js/modernizr-2.0.6.min.js"></script> +<script src="js/modernizr-2.5.3.min.js"></script> diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html index 9578551..da5225f 100644 --- a/_site_build/_includes/post_excerpt.html +++ b/_site_build/_includes/post_excerpt.html @@ -6,7 +6,7 @@ <span class="categories"> | Posted in {{ post.categories | category_links }}</span> {% endif %} {% if post.comments and site.disqus_shortname %} - <span class="comment-count"> | <a href="{{ page.url }}#disqus_thread" data-disqus-identifier="{{ page.url }}">Comments</a></span> + <span class="comment-count"> | <a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}">Comments</a></span> {% endif %} </header> {{ post.content | truncate }} |
