bravissimo 0.0.10 → 0.0.11

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
  SHA256:
3
- metadata.gz: cc1ca0479d1cc2c2b4c917788722bdf8f221377602996caf4934a18cfe739c04
4
- data.tar.gz: a06a0725cc73bc9b8cffdfedb943005af31fc42704733ab8f174ee5f6233ad49
3
+ metadata.gz: 14dc74611c42defb322fca53273dc8267cb90169cc9d8b0ffb3632470a243824
4
+ data.tar.gz: 97c4db3cf69bc7bd6d063565b7b2c63ae0e39ff8852d81f534495aa8f2524b01
5
5
  SHA512:
6
- metadata.gz: e6c4158c6470c025c8e8a2782d494e02c7bb61230b2367ef0c4d31d4c2a31d11ba751bc1a294faaf1d5d9df9ddda41991d0dabb1d6a53d267f89e850b9d0e059
7
- data.tar.gz: e35441b288e4ed9063c81611a3f14b5d2f59b98adabe96b4b466f41b634e3d8a7b881d3fce019c4cc33751a41aecb216b47acb5cd5501139bc5459524c7bd867
6
+ metadata.gz: 775f110d3ffa9fde90e7e5ee342ed23bd8d02c15c6aa0fe34a5a39c8a39dfc19c834dc6eaf65d00361c873d211addc40014489ca1209374b04876005a34c3c3d
7
+ data.tar.gz: b0467def9e93506a27caf8cb96ddc686caa420257f9dcdb80636b9cbee1d3471b73d17bcf4b7c846480d76d1fd2874fad75b198debb809125bf2e9f30565d7f8
@@ -9,7 +9,7 @@
9
9
  </div>
10
10
 
11
11
  <div>
12
- <a class="btn btn-default btn-block" href="https://twitter.com/share?url={{ page.url | absolute_url | uri_escape }}&via=gunthercox&related=salviusrobot&text={{ page.title | uri_escape }}">
12
+ <a class="btn btn-default btn-block" href="https://twitter.com/share?url={{ page.url | absolute_url | uri_escape }}&via={{ site.twitter_username }}&text={{ page.title | uri_escape }}">
13
13
  <i class="fa fa-twitter"></i> Tweet
14
14
  </a>
15
15
  </div>
@@ -5,7 +5,11 @@
5
5
  <i>Copyright &copy; {{ 'now' | date: "%Y" }} Gunther Cox</i>
6
6
  </div>
7
7
  <div class="col-xs-6 text-right">
8
- <i class="fa fa-quote-right"></i>
8
+ {% for account in site.data.social %}
9
+ <a href="{{ account.url }}" aria-label="{{ account.name }}" target='_blank' class="btn btn-lg btn-link text-white">
10
+ <i class="{{ account.icon_class }}" aria-hidden="true" style="font-size: 24px;"></i>
11
+ </a>
12
+ {% endfor %}
9
13
  </div>
10
14
  </div>
11
15
  </div>
@@ -24,7 +28,7 @@
24
28
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
25
29
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
26
30
 
27
- ga('create', 'UA-42661604-4', 'auto');
31
+ ga('create', '{{ site.google_analytics }}', 'auto');
28
32
  ga('send', 'pageview');
29
33
  </script>
30
34
  <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gunther Cox