Eiko Wagenknecht
2024-02-19 b6cf3df84f452c22ac9ddaf452b0ecbe0828086f
quartz/plugins/transformers/frontmatter.ts
@@ -57,9 +57,9 @@
              },
            })
            if (data.title) {
            if (data.title != null && data.title.toString() !== "") {
              data.title = data.title.toString()
            } else if (data.title === null || data.title === undefined) {
            } else {
              data.title = file.stem ?? i18n(cfg.configuration.locale).propertyDefaults.title
            }