adds new setting for site title meta tag
This commit is contained in:
@@ -48,6 +48,7 @@ en:
|
|||||||
map_zoom: Zoom
|
map_zoom: Zoom
|
||||||
mailer_from_name: Origin email name
|
mailer_from_name: Origin email name
|
||||||
mailer_from_address: Origin email address
|
mailer_from_address: Origin email address
|
||||||
|
meta_title: "Site title (SEO)"
|
||||||
meta_description: "Site description (SEO)"
|
meta_description: "Site description (SEO)"
|
||||||
meta_keywords: "Keywords (SEO)"
|
meta_keywords: "Keywords (SEO)"
|
||||||
verification_offices_url: Verification offices URL
|
verification_offices_url: Verification offices URL
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ es:
|
|||||||
map_zoom: Zoom
|
map_zoom: Zoom
|
||||||
mailer_from_name: Nombre email remitente
|
mailer_from_name: Nombre email remitente
|
||||||
mailer_from_address: Dirección email remitente
|
mailer_from_address: Dirección email remitente
|
||||||
|
meta_title: "Título del sitio (SEO)"
|
||||||
meta_description: "Descripción del sitio (SEO)"
|
meta_description: "Descripción del sitio (SEO)"
|
||||||
meta_keywords: "Palabras clave (SEO)"
|
meta_keywords: "Palabras clave (SEO)"
|
||||||
verification_offices_url: URL oficinas verificación
|
verification_offices_url: URL oficinas verificación
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ section "Creating Settings" do
|
|||||||
Setting.create(key: 'comments_body_max_length', value: '1000')
|
Setting.create(key: 'comments_body_max_length', value: '1000')
|
||||||
Setting.create(key: 'mailer_from_name', value: 'CONSUL')
|
Setting.create(key: 'mailer_from_name', value: 'CONSUL')
|
||||||
Setting.create(key: 'mailer_from_address', value: 'noreply@consul.dev')
|
Setting.create(key: 'mailer_from_address', value: 'noreply@consul.dev')
|
||||||
|
Setting.create(key: 'meta_title', value: 'CONSUL')
|
||||||
Setting.create(key: 'meta_description', value: 'Citizen Participation and Open Government Application')
|
Setting.create(key: 'meta_description', value: 'Citizen Participation and Open Government Application')
|
||||||
Setting.create(key: 'meta_keywords', value: 'citizen participation, open government')
|
Setting.create(key: 'meta_keywords', value: 'citizen participation, open government')
|
||||||
Setting.create(key: 'verification_offices_url', value: 'http://oficinas-atencion-ciudadano.url/')
|
Setting.create(key: 'verification_offices_url', value: 'http://oficinas-atencion-ciudadano.url/')
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ Setting["org_name"] = "CONSUL"
|
|||||||
Setting["place_name"] = "CONSUL-land"
|
Setting["place_name"] = "CONSUL-land"
|
||||||
|
|
||||||
# Meta tags for SEO
|
# Meta tags for SEO
|
||||||
|
Setting["meta_title"] = nil
|
||||||
Setting["meta_description"] = nil
|
Setting["meta_description"] = nil
|
||||||
Setting["meta_keywords"] = nil
|
Setting["meta_keywords"] = nil
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user