File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
2121end
2222
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments