adds setting to add per page code on <head> and <body>

This commit is contained in:
Alberto Garcia Cabeza
2017-03-16 17:04:36 +01:00
parent 463324a0a7
commit 8f13c0e2ec
7 changed files with 18 additions and 8 deletions

View File

@@ -38,8 +38,11 @@ Setting["months_to_archive_proposals"] = 12
# Emails under the domain's subdomains will also be included
Setting["email_domain_for_officials"] = ''
# Code to be included at the top (header) of every page (useful for tracking)
Setting['per_page_code'] = ''
# Code to be included at the top (inside <head>) of every page (useful for tracking)
Setting['per_page_code_head'] = ''
# Code to be included at the top (inside <body>) of every page
Setting['per_page_code_body'] = ''
# Social settings
Setting["twitter_handle"] = nil