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

@@ -20,9 +20,11 @@
type: "image/png" %>
<%= content_for :social_media_meta_tags %>
<%= setting['per_page_code'].try(:html_safe) %>
<%= setting['per_page_code_head'].try(:html_safe) %>
</head>
<body>
<%= setting['per_page_code_body'].try(:html_safe) %>
<h1 class="sr-only"><%= setting['org_name'] %></h1>
<div class="wrapper">