bravissimo 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +17 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d2238213a9e4fb206605bf95e4d72c6eef7bdfb261ca67e876742eb2eb450a6
4
- data.tar.gz: d78a632a2ae4b2ea37a8d70ff2cc86e0d93104a82bde25d87bb30f7598bdd8ed
3
+ metadata.gz: bdc4347377a6c355a040a59fe7ce7e142fa367ceca3b6c00eeb8f85f610daea5
4
+ data.tar.gz: b41640db67897b382ba4d808ca42347e609bb04cc49a1e29346b90000cb6efba
5
5
  SHA512:
6
- metadata.gz: e9a6dab9f8092354f1f448486cab8739d74f21119a61d786ec5b3bcbce51528ead573171d913c06ef4c3745532248c8377ac247ee0317233473858d2a10bd0e5
7
- data.tar.gz: 7a3fc904dc4f00dc803719a2d25ec578561e9b90657cbb5a42aab68a13d2a01ba2996cd8468752f0f4160e40bfd309f0c21dcf3fe518ad4b33a8b271f0deaf98
6
+ metadata.gz: 6d3126a4b544a4408cf48548b32c652a73f210a65f44bdffcfc47f081e09e7bed441c5292214166e73b136a2b4a2b704dd37e43d4084a20fde7ac58aabebd3c2
7
+ data.tar.gz: c1be39809d799d1a371837a2da2bd4a92bec6a2786c11ffad6759f1255ac74baef52bf8a44eed2ddb653afb0f6202e0330d5c42bdf3593933a473933217a196a
@@ -3,17 +3,28 @@
3
3
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
5
5
 
6
- <meta name="google-site-verification" content="Pbpi_BW55shRDvqTklU4kcgoXpBN9DGaBIAMC1YBnic" />
6
+ {% for meta_tag in site.meta_tags %}
7
+ {{ meta_tag }}
8
+ {% endfor %}
7
9
 
8
10
  <meta content="{{ site.title }}" property="og:site_name"/>
11
+ <meta content="{{ site.url }}" property="og:referenced"/>
9
12
 
10
- <meta content="{{ page.description }}" property="og:description"/>
11
-
13
+ <meta content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.short_description }}{% endif %}"/>
14
+ <meta name="twitter:description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.short_description }}{% endif %}">
12
15
  <meta name="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.short_description }}{% endif %}"/>
13
16
 
14
- <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
15
-
16
- <link rel="publisher" href="https://plus.google.com/+gunthercox"/>
17
+ {% if page.title %}
18
+ <meta content="{{ page.title }}" property="og:title"/>
19
+ <title>{{ page.title }}</title>
20
+ {% else %}
21
+ <meta content="{{ site.title }}" property="og:title"/>
22
+ <title>{{ site.title }}</title>
23
+ {% endif %}
24
+
25
+ {% if site.google_plus_username %}
26
+ <link rel="publisher" href="https://plus.google.com/+{{ site.google_plus_username }}"/>
27
+ {% endif %}
17
28
 
18
29
  <link rel="stylesheet" href="/assets/css/main.css"/>
19
30
  <link rel="stylesheet" href="/assets/css/font-awesome.css"/>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bravissimo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gunther Cox