From 2a0b5b3df695c25e87daa280578c846530c68e49 Mon Sep 17 00:00:00 2001 From: shadawck Date: Sat, 2 Dec 2023 10:30:34 +0100 Subject: [PATCH] rename rust theme to rusty in index.hbs, preventing the use of rustlang header as a navlink in TOC --- theme/index.hbs | 588 +++++++++++++++++++++++++----------------------- 1 file changed, 305 insertions(+), 283 deletions(-) diff --git a/theme/index.hbs b/theme/index.hbs index bbff820..905e369 100644 --- a/theme/index.hbs +++ b/theme/index.hbs @@ -1,310 +1,332 @@ - - - - {{ 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}} - - - - - - - - - - - - - - + + + + {{ 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}} + +