mirror of https://github.com/halo-dev/halo
🎨 删除无用代码
parent
031c0acd5c
commit
378acf42f6
|
@ -60,9 +60,6 @@ public class CommonTagDirective implements TemplateDirectiveModel {
|
|||
case "newComments":
|
||||
environment.setVariable("newComments", builder.build().wrap(commentService.findAllComments(1)));
|
||||
break;
|
||||
case "themeName":
|
||||
environment.setVariable("themeName", builder.build().wrap(HaloConst.OPTIONS.get(BlogPropertiesEnum.THEME.getProp())));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue