From 5a8fac5af0a3b242a5df6878e4edb3a8ec6168cd Mon Sep 17 00:00:00 2001 From: seayurre Date: Sun, 30 Jun 2024 00:00:26 +0900 Subject: [PATCH] [20240629] latex problem retry --- _includes/head.html | 10 +++++++--- _includes/katex_render.html | 13 +++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 _includes/katex_render.html diff --git a/_includes/head.html b/_includes/head.html index 258036e..0680b63 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,8 +7,12 @@ - - + + + + + + {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include extensions/google-analytics.html -%} @@ -16,4 +20,4 @@ {%- include extensions/code-highlight.html -%} {%- include extensions/photo-swipe.html -%} {%- include custom-head.html -%} - + \ No newline at end of file diff --git a/_includes/katex_render.html b/_includes/katex_render.html new file mode 100644 index 0000000..571af4b --- /dev/null +++ b/_includes/katex_render.html @@ -0,0 +1,13 @@ + \ No newline at end of file