shanep-class 1.0.29 → 1.0.30

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/project.html +4 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c846c58ce93f1e81881f7b65664d49a079a132127e8cbf6f557dbd332ee61232
4
- data.tar.gz: ec21273b0086e2be55ede843e52c73cc109133ead01fc5c9722675e2556328ed
3
+ metadata.gz: 4d2a0b9e1b26c03df223283448f2e1d0878c91510f9d0aa2d9df4d285489abfe
4
+ data.tar.gz: 60a3da7c4614a6206a85c13a09abf5a1bf589d5764de403916ef95e5238fd03f
5
5
  SHA512:
6
- metadata.gz: 162922cae96fe68869cdb76dee617365fc2ad64ae20f8b8468022af410c7fdbc007568ae70906dfd5ee84c05e7b2fe4d31f7d793008b4b8d57f17c32704c32c5
7
- data.tar.gz: c08baaff607cbe0190a38c9ed53fcb38b3e0e768d06f386f904c5cf5fee12fc0038868acb2c3e7ce554da5559e3184e17dad01cbff405fdcd1e24138b7f51326
6
+ metadata.gz: 63255a112e10a3623d140971fd0d731b7c3b2d8025d228f64e8ffbf6c807814c3a63246ab5bf6cbd5da49e85b9b791f8c52ec5fa0a738be5118d4d30a1de9fab
7
+ data.tar.gz: 9f77598a656da06eb790c6ed3a37c2f4fd831f7aff759b6868be822c4ad80abc829f145826eae770efd9eea214d498acc1ad5641cf015e4ddff3393b8c3123dd
@@ -9,10 +9,11 @@ layout: course
9
9
  <p>This is a multistage project consisting of the following lessons:</p>
10
10
 
11
11
  <ul>
12
- {% for lesson in page.lessons %}
13
- <li><a href="{{lesson}}.html">{{lesson}}</a></li>
12
+ {% for lesson in site.lessons %}
13
+ {% if lesson.tag == page.tag %}
14
+ <li><a href={{lesson.url}}>{{lesson.title}}</a></li>
15
+ {% endif %}
14
16
  {% endfor %}
15
- <li><a href="{{page.lessons[0]}}.html">Starter Code</a></li>
16
17
  </ul>
17
18
 
18
19
  <p>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shanep-class
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.29
4
+ version: 1.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - shane panter