Skip to content

Commit

Permalink
소셜 공유 문구를 수정합니다
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianLee committed Oct 23, 2018
1 parent b646699 commit cc7d8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_meta_options(options)
title = view_context.strip_tags(options[:title]) || "Democracy More, Parti"
image = options[:image] || view_context.image_url('seo.png')
url = options[:url] || root_url
description = view_context.strip_tags(options[:description]) || "민주적인 삶과 문화를 만듭니다."
description = view_context.strip_tags(options[:description]) || " 더 민주적인 세상, 빠띠"
{
title: title,
reverse: true,
Expand Down

0 comments on commit cc7d8f8

Please sign in to comment.