This commit is contained in:
BOHUNG 2020-03-26 19:24:16 +08:00
parent 8a140a0a97
commit f00db7a341
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ all_template.each do |folder|
File.open(filename,'w') do |f|
f.write new_texts
end
elsif texts_html.css('.site-title >a').length == 1 && texts_html.css('.navbar-brand').length == 0
new_texts = texts.gsub(texts_html.css('.site-title >a').to_s.gsub("%7B",'{').gsub('%7D','}'),change_text)
File.open(filename,'w') do |f|
f.write new_texts
end
end
end
rescue => e