💄 Update config file & remove google translate.

This commit is contained in:
elkan1788
2025-01-25 11:15:11 +08:00
parent 60b14e65e9
commit f215616230
10 changed files with 56 additions and 32 deletions

View File

@@ -3,10 +3,12 @@
<div id="goto-comments" class="button goto-comments" title="{{ T "ToolBtns.comment" }}">
<i class="fas fa-comments"></i>
</div>
{{ end }}
<div id="goto-gtranslate" class="button" title="{{ T "ToolBtns.lang" }}">
{{ end }}
{{ if hugo.IsMultilingual }}
<div id="goto-i18n-translate" class="button" title="{{ T "ToolBtns.lang" }}">
<i class="fas fa-globe"></i>
</div>
{{ end }}
<div id="toggle-theme" class="button" title="{{ T "ToolBtns.theme" }}">
<i class="fas fa-adjust"></i>
</div>