uswds-jekyll 2.0.0 → 2.0.1

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: ae501ffb083eb93864a6132568dfc1b9848a9169
4
- data.tar.gz: b1bbb0f4841256ee976f9b29a6646fbb764a50b6
3
+ metadata.gz: 9ce13f7aee1894d2116e27d8fa978039abcc020d
4
+ data.tar.gz: 53f3017cee4c8007cb42db39ed22de9f3302df40
5
5
  SHA512:
6
- metadata.gz: 2ea1f74b94ad343f8b617b12e840078647462ecaf619fe77174574ce224fbbeecc7728e384339cc1d15c2b1eaf7cc328dac9c7177361d6c612ac5585c4aa3c98
7
- data.tar.gz: c9fd28ac2130efbc0c9ae8e0ecb84ab6318d6f86a96723ccf6dbd344ac3504d88b023db3d2a67814d648913b89d12c633b10ef4090e4e1422f60f60af0de6c8a
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 }}" {% if logo.width %}width="{{ logo.width }}"{% endif %} {% if logo.height %}height="{{ logo.height }}"{% endif %}>
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-field">Search small</label>
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>
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: base
2
+ layout: default
3
3
  hide_edit_link: true
4
4
  main:
5
5
  class: usa-grid usa-section usa-content
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.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-03 00:00:00.000000000 Z
11
+ date: 2017-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll