landing-page-gem 0.3.7 → 0.3.8

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +1 -1
  3. data/_includes/navbar.html +2 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3d07139ca7cf1b92f730e18f84af2187c123f660713bfdbb0b09ef520d117a4
4
- data.tar.gz: a5c9d13e0e1a32ad8736a30daff5a9e9c7296e50a05b72e54edfd80ddcd72483
3
+ metadata.gz: eb14d759e5cff5cba38e6c98b7b086ea0819ae4796d40a345c18b1fe65856331
4
+ data.tar.gz: 2f975b4af1bbcba33eb913d0c92cde5333d21c7cd9eb10a5af9cc651e50d42ef
5
5
  SHA512:
6
- metadata.gz: 677cbb7e9be5700c55f2e0327c15d218158d968643b55f019a8cb9f25650a1da9d17545980bc58a126070733f156bcea9a01a871c3c0fe271364f65a11c4dd4f
7
- data.tar.gz: 0b3a6522cf47635ae7e29114b7945242f543168bad529cac5a43eab6dc3aeaf3f8199c886065705d89f78164d17598b4fac3bc63a5852ca2cf7db7ec242a30d8
6
+ metadata.gz: 1175a1ad565f67849d303c3b022c11512efc9c0e4ab639a6d7f67caae1869d9993265481114540204408cec80f756ebe6b58e87142d9ea256abc6f4bb2e002d2
7
+ data.tar.gz: eed6ab948d30238802ec0fcccbe59c941a01300261d25ae1b9af2d62a42a8f93d3383664ee9398f83ef4c311185e8112c92e40ad76af48af6e58e3a03640c9a7
data/_config.yml CHANGED
@@ -4,7 +4,7 @@ site_name: Veterans
4
4
  public-url: "https://subdomain.kcc.edu"
5
5
  url: 'URL is needed for robots.txt to work properly' ## NO TRAILING SLASHES!!/<--nope
6
6
  port: 3000
7
- # contact_phone: 815-802-8888
7
+ ## contact_phone: 815-802-8888 ### Set to phone number in the `815-802-8888` format or `false` to remove the phone number from navbar. ###
8
8
  timezone: America/Chicago
9
9
  google-tag_key: Google Tag Manager key goes here
10
10
  theme_config: true
@@ -114,8 +114,10 @@
114
114
  </svg>
115
115
  </a>
116
116
  <span class="typography__phone--span">
117
+ {% if site.contact_phone != false %}
117
118
  <a class="links__phone--span"
118
119
  href="tel:+1{% if site.contact_phone %}{{ site.contact_phone | remove: '-' }}{% else %}8158028508{% endif %}">
119
120
  {% if site.contact_phone %}{{ site.contact_phone }}{% else %}815-802-8508{% endif %}</a>
121
+ {% endif %}
120
122
  </span>
121
123
  </nav>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: landing-page-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek