|
|
|
@@ -14,7 +14,7 @@ |
|
|
|
<label> |
|
|
|
建站工具 <span class="ml10 color-orange mr20">*</span> |
|
|
|
</label> |
|
|
|
<% state_options = [['hugo', "hugo"], ['jeklly', "jeklly"],['hexo',"hexo"],['public',"public"]] %> |
|
|
|
<% state_options = [['hugo', "hugo"], ['jeklly', "jeklly"],['hexo',"hexo"],['static_file',"static_file"]] %> |
|
|
|
<%= select_tag('page_theme[language_frame]', options_for_select(state_options), class: 'form-control') %> |
|
|
|
</div> |
|
|
|
<% end%> |
|
|
|
|