_layouts/default.html in jekyll-theme-architect-0.1.0 vs _layouts/default.html in jekyll-theme-architect-0.1.1

- old
+ new

@@ -1,12 +1,11 @@ <!DOCTYPE html> <html lang="{{ site.lang | default: "en-US" }}"> <head> <meta charset='utf-8'> - <meta http-equiv="X-UA-Compatible" content="chrome=1"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> - <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css"> <link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> @@ -24,11 +23,11 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2> {% if site.github.is_project_page %} <a href="{{ site.github.repository_url }}" class="button"><small>View project on</small> GitHub</a> {% endif %} {% if site.github.is_user_page %} - <a href="{{ site.github.repository_url }}" class="button"><small>Follow me on</small> GitHub</a> + <a href="{{ site.github.owner_url }}" class="button"><small>Follow me on</small> GitHub</a> {% endif %} </div> </header> <div id="content-wrapper"> @@ -57,10 +56,10 @@ </aside> </div> </div> {% if site.google_analytics %} - <script type="text/javascript"> + <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');