From d42d38602d300aec63795df3d1d456c9eeba98f7 Mon Sep 17 00:00:00 2001 From: CJ Burkey Date: Thu, 8 Aug 2024 14:30:14 -0400 Subject: [PATCH] It didn't work! --- theme/index.hbs | 58 +------- theme/index2.hbs | 368 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 369 insertions(+), 57 deletions(-) create mode 100644 theme/index2.hbs diff --git a/theme/index.hbs b/theme/index.hbs index 764129f..966eedb 100644 --- a/theme/index.hbs +++ b/theme/index.hbs @@ -1,5 +1,5 @@ - + @@ -138,62 +138,6 @@

{{ book_title }}

- - - - - {{#if print_enable}} diff --git a/theme/index2.hbs b/theme/index2.hbs new file mode 100644 index 0000000..764129f --- /dev/null +++ b/theme/index2.hbs @@ -0,0 +1,368 @@ + + + + + + {{ title }} + {{#if is_print }} + + {{/if}} + {{#if base_url}} + + {{/if}} + + + + {{> head}} + + + + + + + {{#if favicon_svg}} + + {{/if}} + {{#if favicon_png}} + + {{/if}} + + + + {{#if print_enable}} + + {{/if}} + + + + {{#if copy_fonts}} + + {{/if}} + + + + + + + + {{#each additional_css}} + + {{/each}} + + {{#if mathjax_support}} + + + {{/if}} + + + + + + + + + + + + + + + + +
+ +
+ {{> header}} + + + + {{#if search_enabled}} + + {{/if}} + + + + +
+
+ {{{ content }}} +
+ + +
+
+ + + +
+ + {{#if livereload}} + + + {{/if}} + + {{#if google_analytics}} + + + {{/if}} + + {{#if playground_line_numbers}} + + {{/if}} + + {{#if playground_copyable}} + + {{/if}} + + {{#if playground_js}} + + + + + + {{/if}} + + {{#if search_js}} + + + + {{/if}} + + + + + + + {{#each additional_js}} + + {{/each}} + + {{#if is_print}} + {{#if mathjax_support}} + + {{else}} + + {{/if}} + {{/if}} + + +