just-the-docs 0.11.2 → 0.12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61e4056b5ae32ff59dc3bba0a6b8cb172f16ab2c4ea24edac2c8461bbea57e80
4
- data.tar.gz: b3ec9e9c999d87c65a66709625a1921b983d495f90f95ceff0fbbdb4e6e9b799
3
+ metadata.gz: 4f4fd7aaa0a82069ae4d01f0ec8f6e09065bd458841accaead39915d6dadbded
4
+ data.tar.gz: b68d03e66651d04b4e0a48795bf090994e9944470978446d2d8989ed7e6fd434
5
5
  SHA512:
6
- metadata.gz: 5f4c1d66792b00c3499df1f3643c31f6de5a140a04867b519d20c236ec717e56468df6de3bc26444b259177c7c37057dbd232517b617d3b2bb76fe9102a6918e
7
- data.tar.gz: 0babdc149600cd7a1d3e22f94030436105cac9b8902b37a507df7ad9bcba881d6c14cdb012ab6003807941d1a4723aca9473988b89386e8496cdb097094b5b73
6
+ metadata.gz: b4eb73f1a0f149fe701016fa3cf821366ef73135d2e93540f7bd0c81fad77bb2593d0bbb20c91664bef28b43543898ed6071a5a4f12cc666729b3f0a757d80dc
7
+ data.tar.gz: ac180d15382a33d69d3dbb06c82214213bde7e865d91fc1551a29c22d6143c42397c34690d0d6e2fc34324e0b623e73782edde8f3bc1237c8fe54cf8ad11a7a7
data/CHANGELOG.md CHANGED
@@ -24,6 +24,12 @@ Docs changes made since the latest release:
24
24
 
25
25
  - N/A
26
26
 
27
+ ## v0.12.0 - 2026-01-23
28
+
29
+ ### Theme:
30
+
31
+ - Fixed: site footer placement on `md`/`xs`/below, *for real* [@mattxwang](https://github.com/mattxwang) in [#1771](https://github.com/just-the-docs/just-the-docs/pull/1771)
32
+
27
33
  ## v0.11.2 - 2026-01-23
28
34
 
29
35
  ### Theme
@@ -34,16 +34,14 @@
34
34
  note: nav_footer_custom and/or this "site footer" appear in components/sidebar.html for the desktop view.
35
35
  {%- endcomment -%}
36
36
 
37
- <div class="d-md-none">
37
+ <div class="d-md-none mt-4 fs-2">
38
38
  {% capture nav_footer_custom %}
39
39
  {%- include nav_footer_custom.html -%}
40
40
  {% endcapture %}
41
41
  {% if nav_footer_custom != "" %}
42
42
  {{ nav_footer_custom }}
43
43
  {% else %}
44
- <div class="mt-4 fs-2">
45
- This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
46
- </div>
44
+ This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
47
45
  {% endif %}
48
46
  </div>
49
47
  </footer>
@@ -23,16 +23,14 @@
23
23
  note: nav_footer_custom and/or this "site footer" appear in components/footer.html for the mobile view.
24
24
  {%- endcomment -%}
25
25
 
26
- <div class="d-md-block d-none">
26
+ <div class="d-md-block d-none site-footer">
27
27
  {% capture nav_footer_custom %}
28
28
  {%- include nav_footer_custom.html -%}
29
29
  {% endcapture %}
30
30
  {% if nav_footer_custom != "" %}
31
31
  {{ nav_footer_custom }}
32
32
  {% else %}
33
- <div class="site-footer">
34
- This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
35
- </div>
33
+ This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
36
34
  {% endif %}
37
35
  </div>
38
36
  </header>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just-the-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Marsceill