just-the-umbrel-docs 0.0.2 → 0.0.3

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/_includes/nav.html +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f51bdf5b243a73b18481620966a575bf39d2ee72aba2e57689a01265f3c7d2a
4
- data.tar.gz: 55571ef593bbb0cd487c756327fc4f940788b13daf9691ee367511ef9f780eb0
3
+ metadata.gz: 7d41eb76eddbb38c1289498f18347dbac3af90b429721fa61258e47c3247c0f7
4
+ data.tar.gz: 7e69f37f3bae930c92b092126165efc16cb228803a0549a341b7f028a6c74dde
5
5
  SHA512:
6
- metadata.gz: d911ebf4cdf011d92674e53286089a8313958a8506cc3acc2d01495dbeda215dbc3c03e6613c37229378cec4fe8cbdc4d834d1dc1d9c43226e16390777b32d1e
7
- data.tar.gz: f5fd5e06a2fd5a790d56deda0c2a694726f1277b4975af59186973c6540499cbc06b6b9dbd461cc45a41980e0b42459f4a3632271ad3500b618efaaac5602c56
6
+ metadata.gz: 3e23819d974caac63baf357712d5409c898fdd27db6706c8a03397797fd94f16611f05c6900c1260420654e02c8e2a3b582011ec6cae4bf7684b1ad0ccb49cb7
7
+ data.tar.gz: 6c384a02f93c3bb073bbc6d0f672be1ea6c0be0e7cc022e787e97407aac487e909277f12a1b51242786d87a06045440a9583a245906f32e0e5f85e388234f5c5
@@ -81,7 +81,7 @@
81
81
  {%- for grand_child in grand_children_list -%}
82
82
  {%- unless grand_child.nav_exclude -%}
83
83
  <li class="nav-list-item {% if page.url == grand_child.url %} active{% endif %}">
84
- <a href="{{ grand_child.url | absolute_url }}" class="nav-list-link{% if page.url == grand_child.url %} active{% endif %}">{{ grand_child.title }}</a>
84
+ <a href="{{ grand_child.url | absolute_url }}" class="nav-list-link{% if page.url == grand_child.url %} active{% endif %}">{% t grand_child.title %}</a>
85
85
  </li>
86
86
  {%- endunless -%}
87
87
  {%- endfor -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just-the-umbrel-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Dewes