theme-casper icon indicating copy to clipboard operation
theme-casper copied to clipboard

Results 3 theme-casper issues
Sort by recently updated
recently updated
newest added

halo version 1.4 ,1.3.2 Caused by: com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException: mapping values are not allowed here in 'reader', line 70, column 19: placeholder: '只需填入 Twitter 用户名即可' ^

能新增博客搜索功能

index.ftl判断logo图片是否为空部分: ``` ${options.blog_title!} ``` 这里options.blog_logo如果为空字符串,??语法的返回值是true。应改为: ``` ${options.blog_title!} ```