Merge pull request '调整获取主题的参数' (#105) from KingChan/forgeplus:chenjing into standalone_develop
This commit is contained in:
commit
766d41f7de
|
@ -66,7 +66,7 @@ class SitePagesController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def theme_params
|
def theme_params
|
||||||
params[:theme] || "hugo"
|
params[:language_frame] || "hugo"
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_params
|
def create_params
|
||||||
|
|
Loading…
Reference in New Issue