add noselect for ToC

This commit is contained in:
Junyi Hou 2024-03-04 19:34:27 +08:00
parent e96eefacf4
commit 5ba1746266
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
<h1 class="site-title">
<h1 class="site-title noselect">
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Title }}</a>
</h1>