guides_style_18f 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e1e33c548e3a927a1975558bca934f38a85f8b5
4
- data.tar.gz: ec41b7c37fe07f0e338b853b7d93913237ef31f4
3
+ metadata.gz: 1b1c12c82577f9aad6ca33e6227b221d15b31355
4
+ data.tar.gz: 5f6664d3833f945d18a54180b16a8a297d67e466
5
5
  SHA512:
6
- metadata.gz: b12ce349ea473506a320232c60f41839e80fa89480d933aa437a68f2193b4bd917f047168a627541e4aa9ae91520298e83175770b3beb98f6dfb12acb59eb3cc
7
- data.tar.gz: 41ebc27e92c9a33ae03ec49ccbdc8e754af3f9b9078973f5a55b561ead6fcb17d120a2badf2019bfaf9b614e166afe161ba1368a29b75a935c7092229e0fea2d
6
+ metadata.gz: 91ac7bc01766564d423be1afda49d67d240d29ec6b7d4be390bb12742844b59646715d5f624ea97d94076112e66032a7b0bd00c01e0d98dde3ab0bc854f58adc
7
+ data.tar.gz: ba73f14339fe91988f96f5e432f63d4bb72dfe506eb139c725777070343157ae011dda3f32fe3d9d6ed6f56f8758ec6150e8ca4535cff04009a18b75b66d7375
@@ -49,13 +49,13 @@
49
49
  {% endif %}
50
50
 
51
51
  <!-- If any of the file paths after guides_style_18f_asset_root change, the old ones need to stay in place. See https://github.com/18F/pages-server/issues/55 for more information. -->
52
- <!--<link rel="shortcut icon" type="image/ico" href="{% guides_style_18f_asset_root %}/assets/favicons/favicon.ico" />
52
+ <link rel="shortcut icon" type="image/ico" href="{% guides_style_18f_asset_root %}/assets/favicons/favicon.ico" />
53
53
  <link rel="icon" type="image/png" href="{% guides_style_18f_asset_root %}/assets/favicons/favicon.png" />
54
54
  <link rel="apple-touch-icon-precomposed" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-57.png" />
55
55
  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-72.png" />
56
56
  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-114.png" />
57
57
  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-144.png"/>
58
- <link rel="icon" type="image/png" sizes="192x192" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-192.png" />-->
58
+ <link rel="icon" type="image/png" sizes="192x192" href="{% guides_style_18f_asset_root %}/assets/favicons/18f-center-192.png" />
59
59
  <link rel="stylesheet" href="{% guides_style_18f_asset_root %}/assets/uswds/css/uswds.min.css">
60
60
  <link rel="stylesheet" href="{% guides_style_18f_asset_root %}/assets/css/main.css">
61
61
  {% for style in site.styles %}
@@ -5,4 +5,6 @@
5
5
  <script src="{% guides_style_18f_asset_root %}/assets/js/18f-guide.js"></script>{% for script in site.scripts %}
6
6
  <script src="{{ site.baseurl }}/{{ script }}"></script>{% endfor %}{% for script in page.scripts %}
7
7
  <script src="{{ site.baseurl }}/{{ script }}"></script>{% endfor %}
8
- {% jekyll_pages_api_search_load %}
8
+ {% if site.jekyll_pages_api_search %}
9
+ {% jekyll_pages_api_search_load %}
10
+ {% endif %}
@@ -1,5 +1,5 @@
1
1
  # @author Mike Bland (michael.bland@gsa.gov)
2
2
 
3
3
  module GuidesStyle18F
4
- VERSION = '1.0.2'
4
+ VERSION = '1.0.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guides_style_18f
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Bland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-05 00:00:00.000000000 Z
11
+ date: 2017-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
388
388
  version: '0'
389
389
  requirements: []
390
390
  rubyforge_project:
391
- rubygems_version: 2.5.1
391
+ rubygems_version: 2.6.3
392
392
  signing_key:
393
393
  specification_version: 4
394
394
  summary: 18F Guides Template style elements