landing-page-gem 0.3.9 → 0.4.0
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 +4 -4
- data/_config.yml +1 -0
- data/_includes/navbar.html +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72b7a67ad65068dd552886b948d6f363bb068bcb9beebb38253084768aad2889
|
|
4
|
+
data.tar.gz: 22941ff2a07a600e76f55e068e437637c9749e94339827f4b1c5d530cbc0dfdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7be11aeff74eda4031bc77176b46c8cda7bb63f40215500ae80250ba322510f717d7d6897bdc9ef75a792bd318f521511b857b0b7f652520b016ac62eda420d6
|
|
7
|
+
data.tar.gz: 7ed5366b5054fb1743e5af3241149bd6297657ab1fb011a6ea9a44954c128f1a7459dcd895a786f3fb5bfb5a506a0123304f55147e9dd2de23d7fbddefdffff8
|
data/_config.yml
CHANGED
|
@@ -11,6 +11,7 @@ theme_config: true
|
|
|
11
11
|
humans_file: true
|
|
12
12
|
custom_site_js: false
|
|
13
13
|
custom_site_styling: false
|
|
14
|
+
contact_phone: 815-802-8500 # 8500 is main Advising/student services number
|
|
14
15
|
permalink: pretty
|
|
15
16
|
description: > # this means to ignore newlines until "baseurl:"
|
|
16
17
|
# Delete this comment and place description on this line
|
data/_includes/navbar.html
CHANGED
|
@@ -113,11 +113,12 @@
|
|
|
113
113
|
H420.375z" />
|
|
114
114
|
</svg>
|
|
115
115
|
</a>
|
|
116
|
+
{% if site.contact_phone != false %}
|
|
116
117
|
<span class="typography__phone--span">
|
|
117
|
-
{% if site.contact_phone != false %}
|
|
118
118
|
<a class="links__phone--span"
|
|
119
|
-
|
|
120
|
-
{% if site.contact_phone %}{{ site.contact_phone }}{% else %}815-802-
|
|
121
|
-
|
|
119
|
+
href="tel:+1{% if site.contact_phone %}{{ site.contact_phone | remove: '-' }}{% else %}8158028500{% endif %}">
|
|
120
|
+
{% if site.contact_phone %}{{ site.contact_phone }}{% else %}815-802-8500{% endif %}
|
|
121
|
+
</a>
|
|
122
122
|
</span>
|
|
123
|
+
{% endif %}
|
|
123
124
|
</nav>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: landing-page-gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- wdzajicek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|