Merge pull request '调整获取主题的参数' (#105) from KingChan/forgeplus:chenjing into standalone_develop

This commit is contained in:
KingChan 2023-08-17 11:49:02 +08:00
commit 766d41f7de
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class SitePagesController < ApplicationController
end
def theme_params
params[:theme] || "hugo"
params[:language_frame] || "hugo"
end
def create_params