ソースを参照

apply new thene on page

mayu morita 7 年 前
コミット
c6c85b85a5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/views/customlayout-selector/page.html

+ 1 - 1
lib/views/customlayout-selector/page.html

@@ -1,6 +1,6 @@
 {% if !layoutType() || 'crowi' === layoutType() %}
   {% include '../layout-crowi/page.html' %}
-{% elseif %}
+{% elseif !layoutType() || 'kibela' === layoutType()%}
   {% include '../layout-kibela/page.html' %}
 {% else %}
   {% include '../layout-growi/page.html' %}