diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-07 03:13:29 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-07 03:13:29 +0200 |
commit | 4dd863d61b2c96fe7cea21bfc2ee0d61e584969e (patch) | |
tree | 3469e4050a88a9227543185a52900c26d764ffcf /templates/page.html | |
parent | 92b61b4473c05a454bb2263a180b73f0ba89d014 (diff) |
SEO changes + some other functionalities. Link Previews work now.
Changes to be committed:
new file: sass/katex.css
renamed: katex.min.css -> sass/katex.min.css
new file: static/Alphara.png
new file: static/js/clipboard.js
renamed: clipboard.min.js -> static/js/clipboard.min.js
new file: static/js/katex.js
new file: static/js/katex.min.js
modified: static/safari-pinned-tab.svg
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 86c0712..15ccebc 100644 --- a/templates/page.html +++ b/templates/page.html @@ -73,7 +73,7 @@ <line x1="3" y1="6" x2="3" y2="6"></line> <line x1="3" y1="12" x2="3" y2="12"></line> <line x1="3" y1="18" x2="3" y2="18"></line> - </svg> + </svg><span> ToC</span> </button> {% endif %} </div> |