Merge pull request #2994 from consul/social-meta-tags

[Backport] Social meta tags
This commit is contained in:
Alberto
2018-10-31 15:01:19 +01:00
committed by GitHub
10 changed files with 79 additions and 40 deletions

View File

@@ -56,7 +56,8 @@ section "Creating Settings" do
Setting.create(key: 'mailer_from_name', value: 'CONSUL')
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 & Open Gov Application')
Setting.create(key: 'meta_description', value: 'Citizen participation tool for an open, '\
'transparent and democratic 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: 'min_age_to_participate', value: '16')