urban-static 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30f2e7668b74316585aad314cf132a167ad4a850
4
- data.tar.gz: 4798a75a743fca8b936aeb4b18b1abb130345c2f
3
+ metadata.gz: 5665a5f4be081af2d9cca84dac4588b185cc3d26
4
+ data.tar.gz: abed68b118c653b75f658375a39f815327d994f1
5
5
  SHA512:
6
- metadata.gz: c582fddd607e99b71cdf382ecf1074994115bb34edef935d334e9b1d6740aafe02177128e218c68fa3b89855a3030c132da768411f673db010c2a18bec0c404f
7
- data.tar.gz: 9945b7dab6a083baac2ec40d1655a9116bde21216c383b526631005b7ba4f54eb75783a3c6d37a2a7750a2bca10c63b81497e03e07ba5e1039224c2ef0349276
6
+ metadata.gz: daaf06857993400f089c769cdda6a8e11043883cb29acca7344d52439d4330ca26dc04a0f18c42dc964b53f19374529cff67938ea95c11f7fe339bb708f7e9c2
7
+ data.tar.gz: 27cc1248cb5c63206a46cee3be4aa3a49289d7264d3df87a1adfd962c9e5bc42d1f2e820191ae4f5a28b211da8e178e496377d5d6404d0f7d8ad4e5851659a58
data/_includes/head.html CHANGED
@@ -2,10 +2,19 @@
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
5
- <meta name="viewport" content="width=device-width">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
6
  <meta name="description" content="{{ site.description }}">
7
+ <meta name="keywords" content="{{ site.keywords }}">
8
+ <meta name="apple-mobile-web-app-capable" content="yes">
9
+ <meta name="mobile-web-app-capable" content="yes">
10
+ <meta property="og:title" content="{{ site.title }}" />
11
+ <meta property="og:type" content="website" />
12
+ <meta property="og:image" content="{{ site.share_image }}" />
13
+ <meta property="og:description" content="{{ site.description }}" />
14
+
7
15
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
8
16
 
17
+
9
18
  <!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
10
19
  <link rel="stylesheet" href="{{ "/assets/css/bootstrap.min.css" | prepend: site.baseurl }}">
11
20
  <link rel="shortcut icon" href="{{ "/img/favicon.png" | prepend: site.baseurl }}" />
@@ -3,7 +3,7 @@ layout: compress
3
3
  ---
4
4
 
5
5
  <!DOCTYPE html>
6
- <html>
6
+ <html prefix="og: http://ogp.me/ns#">
7
7
  {% include head.html %}
8
8
  {% if site.site-map[page.key].js %}
9
9
  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" onload="init{{ page.key | replace: '-', '_' }}()">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urban-static
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Miller