Open
Description
Describe the bug
after set printI18nWarnings = true
, hugo print a warnning
WARN i18n|MISSING_TRANSLATION|zh-CN| search.open_button_title
so i make a little search and found this
if should be
- title="{{ i18n " search.open_button_title" }}">
+ title="{{ i18n "search.open_button_title" }}">
withoud the leading space
Metadata
Metadata
Assignees
Labels
No labels