diff --git a/ci/install.sh b/ci/install.sh index 60790d9..9df00ea 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -5,7 +5,7 @@ main() { sh -s -- \ --force \ --git rust-lang-nursery/mdBook \ - --tag v0.1.5 \ + --tag v0.1.8 \ --target x86_64-unknown-linux-musl rustup target add thumbv6m-none-eabi diff --git a/src/theme/index.hbs b/src/theme/index.hbs index 8ab46a2..7ecb0d6 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -18,7 +18,7 @@ - + @@ -215,14 +215,6 @@ {{/if}} - {{#if is_print}} - - {{/if}} - {{#if playpen_js}} @@ -249,5 +241,23 @@ {{/each}} + {{#if is_print}} + {{#if mathjax_support}} + + {{else}} + + {{/if}} + {{/if}} +