uswds-jekyll 2.0.0 → 2.0.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ce13f7aee1894d2116e27d8fa978039abcc020d
|
4
|
+
data.tar.gz: 53f3017cee4c8007cb42db39ed22de9f3302df40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f0bcb8fe1a0dcd1539ac2e69f4822fbcfaa7702312ec52ffd3c31f8c2bf07beeea112a165ae8d6c72f8b65149042b7cda68f0059dae783a29d24bee7d58ad34
|
7
|
+
data.tar.gz: 71e8f7c44997742dce26b905ce1c957c71cbff4ce1a57534f444389557b5bb55c03032beb8578da9a8d3cc931d1c96d37fd97f74cf6bebeca718c19ebf4c4205
|
@@ -38,7 +38,7 @@
|
|
38
38
|
{% if logo.url %}
|
39
39
|
<a href="{{ logo.url }}">
|
40
40
|
{% endif %}
|
41
|
-
<img class="usa-footer-logo-img" src="{{ logo.src | relative_url }}" alt="{{ logo.alt }}"
|
41
|
+
<img class="usa-footer-logo-img" src="{% if logo.external %}{{ logo.src }}{% else %}{{ logo.src | relative_url }}{% endif %}" alt="{{ logo.alt }}"{% if logo.width %}width="{{ logo.width }}"{% endif %}{% if logo.height %}height="{{ logo.height }}"{% endif %}>
|
42
42
|
{% if logo.url %}
|
43
43
|
</a>
|
44
44
|
{% endif %}
|
@@ -54,7 +54,7 @@
|
|
54
54
|
{% if _secondary.search %}
|
55
55
|
<form action="{{ _secondary.search.action | relative_url }}" class="usa-search usa-search-small js-search-form">
|
56
56
|
<div role="search">
|
57
|
-
<label class="usa-sr-only" for="search-
|
57
|
+
<label class="usa-sr-only" for="search-input">Search small</label>
|
58
58
|
<input id="search-input" type="search" name="{{ _secondary.search.query | default: 'search' }}">
|
59
59
|
<button type="submit">
|
60
60
|
<span class="usa-sr-only">Search</span>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uswds-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shawn Allen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|