Parameterize social links

This commit is contained in:
Josep Jaume Rey Peroy
2015-12-10 15:27:38 +01:00
parent 5de3d700e4
commit ba74542c3d
12 changed files with 65 additions and 38 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><%= content_for?(:title) ? yield(:title) : "Gobierno abierto" %></title>
<title><%= content_for?(:title) ? yield(:title) : Setting['org_name'] %></title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr" %>
<%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
@@ -16,7 +16,7 @@
type: "image/png" %>
<%= content_for :social_media_meta_tags %>
<%= Setting.value_for(:per_page_code).try(:html_safe) %>
<%= Setting['per_page_code'].try(:html_safe) %>
</head>
<body>