_includes/head.html in urban-static-0.1.1 vs _includes/head.html in urban-static-0.1.2

- old
+ new

@@ -1,11 +1,20 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> - <meta name="viewport" content="width=device-width"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{{ site.description }}"> + <meta name="keywords" content="{{ site.keywords }}"> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="mobile-web-app-capable" content="yes"> + <meta property="og:title" content="{{ site.title }}" /> + <meta property="og:type" content="website" /> + <meta property="og:image" content="{{ site.share_image }}" /> + <meta property="og:description" content="{{ site.description }}" /> + <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> + <!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ --> <link rel="stylesheet" href="{{ "/assets/css/bootstrap.min.css" | prepend: site.baseurl }}"> <link rel="shortcut icon" href="{{ "/img/favicon.png" | prepend: site.baseurl }}" /> <!-- Custom Fonts -->