Skip to content

Commit

Permalink
Merge pull request #204 from ELIXIR-Belgium/fix-sticky-button
Browse files Browse the repository at this point in the history
Fix sticky "On this page" button
  • Loading branch information
bedroesb authored Aug 31, 2023
2 parents 8ca779d + f6e2f00 commit e20d498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>{{ page.title }}
<div class="summary">{{page.summary}}</div>
{%- endif %}
</div>
<div id="toc" class="text-muted sticky-lg-top">
<div id="toc" class="text-muted sticky-xl-top">
{%- include toc.html %}
</div>
<div id="content" class="mb-5">
Expand Down
6 changes: 3 additions & 3 deletions elixir-toolkit-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-toolkit-theme"

spec.version = "2.2.1"
spec.version = "2.2.2"
spec.authors = ["bedroesb"]
spec.email = ["[email protected]\n"]

Expand All @@ -13,8 +13,8 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }

spec.add_runtime_dependency "jekyll", "~> 4.3.1"
spec.add_runtime_dependency "elixir-toolkit-theme-plugins", ">= 0.1.2"
spec.add_runtime_dependency "jekyll", "~> 4.3.2"
spec.add_runtime_dependency "elixir-toolkit-theme-plugins", ">= 0.1.9"

spec.add_development_dependency "bundler", ">= 2.2.16"
spec.add_development_dependency "rake", "~> 12.0"
Expand Down

0 comments on commit e20d498

Please sign in to comment.