add: disable select for some component.

This commit is contained in:
Junyi Hou 2023-11-18 19:54:41 +08:00
parent c9e7a81509
commit 879fab29eb
7 changed files with 31 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<footer class="common-footer">
<footer class="common-footer noselect">
{{ $languagesCount := $.Site.Home.AllTranslations }}
{{ if gt $languagesCount 1 }}
{{ partial "language-switcher.html" . }}