Skip to content

Commit 0729532

Browse files
committed
bump jtd
1 parent 45f711e commit 0729532

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :jekyll_plugins do
1616
gem 'jekyll-redirect-from'
1717
gem 'jekyll-sitemap'
1818
gem 'jemoji'
19-
gem 'just-the-docs', '0.10.0'
19+
gem 'just-the-docs', '0.12.0'
2020
gem 'jekyll-target-blank'
2121
end
2222

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ GEM
128128
html-pipeline (~> 2.2)
129129
jekyll (>= 3.0, < 5.0)
130130
json (2.7.2)
131-
just-the-docs (0.10.0)
131+
just-the-docs (0.12.0)
132132
jekyll (>= 3.8.5)
133133
jekyll-include-cache
134134
jekyll-seo-tag (>= 2.0)
@@ -271,7 +271,7 @@ DEPENDENCIES
271271
jekyll-sitemap
272272
jekyll-target-blank
273273
jemoji
274-
just-the-docs (= 0.10.0)
274+
just-the-docs (= 0.12.0)
275275
kramdown-parser-gfm
276276
rack
277277
rackup

_includes/nav_footer_custom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!-- This file adds links at the bottom of the sidebar on the left. -->
22

33
{% if site.class_archive_path %}
4-
<section class="site-footer py-1" aria-label="Footer: site archive">
4+
<section class="py-1" aria-label="Footer: site archive"></section>
55
<a href="{{ site.class_archive_path }}"
66
target="_blank" rel="noopener nofollow">View all course offerings
77
</a>
88
</section>
99
{% endif %}
1010

1111
{% if site.hide_color_scheme_toggle != 'true' %}
12-
<div class="site-footer m-1">
12+
<div class="m-1">
1313
{% include toggle-color-scheme.html %}
1414
</div>
1515
{% endif %}

0 commit comments

Comments
 (0)