diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-10-06 02:09:15 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-10-06 02:09:15 +0300 |
commit | 4eae5213c9e1b2c6db6035247a0124912c4dfba1 (patch) | |
tree | 128fbbbddf3508c1cb4b1c00118c9fc34a74d683 /templates/page.html | |
parent | ae0525c25ba7c00ec688c5006a931ce68485d366 (diff) |
Really nice optimizations.
Changes to be committed:
modified: config.toml
modified: sass/_predefined.scss
modified: sass/style.scss
modified: static/js/main.js
renamed: static/auto-render.min.js -> static/katex/auto-render.min.js
renamed: static/katex.min.css -> static/katex/katex.min.css
renamed: static/katex.min.js -> static/katex/katex.min.js
modified: templates/index.html
modified: templates/page.html
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 176dc7b..df04cf6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -68,7 +68,7 @@ <line x1="3" y1="12" x2="3" y2="12"></line> <line x1="3" y1="18" x2="3" y2="18"></line> </svg> - <span> ToC</span> + <span>ToC</span> </button> {% endif %} |