guides_style_18f 1.0.2 → 1.0.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b1c12c82577f9aad6ca33e6227b221d15b31355
|
|
4
|
+
data.tar.gz: 5f6664d3833f945d18a54180b16a8a297d67e466
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
-
{%
|
|
8
|
+
{% if site.jekyll_pages_api_search %}
|
|
9
|
+
{% jekyll_pages_api_search_load %}
|
|
10
|
+
{% endif %}
|
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.
|
|
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-
|
|
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.
|
|
391
|
+
rubygems_version: 2.6.3
|
|
392
392
|
signing_key:
|
|
393
393
|
specification_version: 4
|
|
394
394
|
summary: 18F Guides Template style elements
|