📝 Chore: add todo comments

This commit is contained in:
Cell
2024-11-27 17:55:43 +08:00
parent 6a04876258
commit 46edabd81a
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
// Style of layout named 'search'
// TODO Adapting to dark mode, maybe use css variables
// Google CSE
.gcse-searchbox:empty,
-3
View File
@@ -1,6 +1,3 @@
{{- /*
TODO Adapting to dark mode, maybe use css variables
*/ -}}
{{- define "title" -}}
{{- cond (.Param "capitalizeTitles") (title .Title) .Title -}}
{{- if .Site.Params.withSiteTitle }} {{ .Site.Params.titleDelimiter }} {{ .Site.Title }}{{- end -}}