From 6ff164369c918c1c43d08720d7002a52173c59fb Mon Sep 17 00:00:00 2001 From: cxykevin Date: Thu, 30 May 2024 22:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=AD=A5=E5=AE=8C=E6=88=90=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/index.hbs | 227 +++++++++++++++++++++++++++++++----------------- 1 file changed, 146 insertions(+), 81 deletions(-) diff --git a/theme/index.hbs b/theme/index.hbs index 080b785..8046f59 100644 --- a/theme/index.hbs +++ b/theme/index.hbs @@ -1,59 +1,95 @@ - - - - {{ title }} - {{#if is_print }} - - {{/if}} - {{#if base_url}} - - {{/if}} + + + + + {{ title }} + {{#if is_print }} + + {{/if}} + {{#if base_url}} + + {{/if}} - - {{> head}} + + {{> head}} - - - + + + - {{#if favicon_svg}} - - {{/if}} - {{#if favicon_png}} - - {{/if}} - - - - {{#if print_enable}} - - {{/if}} + {{#if favicon_svg}} + + {{/if}} + {{#if favicon_png}} + + {{/if}} + + + + {{#if print_enable}} + + {{/if}} - - - {{#if copy_fonts}} - - {{/if}} + + + {{#if copy_fonts}} + + {{/if}} - - - - + + + + - - {{#each additional_css}} - - {{/each}} + + {{#each additional_css}} + + {{/each}} + + {{#if mathjax_support}} + + + {{/if}} + + + + + + - {{#if mathjax_support}} - - - {{/if}} - -
-
{{> header}} - - + + + \ No newline at end of file