Move HTML settings to content blocks settings page
- Rename html settings keys - Show html settings next to content blocks page - Hide html settings from configuration tab
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
type: "image/png" %>
|
||||
<%= content_for :social_media_meta_tags %>
|
||||
|
||||
<%= setting["per_page_code_head"].try(:html_safe) %>
|
||||
<%= setting["html.per_page_code_head"].try(:html_safe) %>
|
||||
</head>
|
||||
<body class="<%= yield (:body_class) %>">
|
||||
<%= setting["per_page_code_body"].try(:html_safe) %>
|
||||
<%= setting["html.per_page_code_body"].try(:html_safe) %>
|
||||
|
||||
<h1 class="show-for-sr"><%= setting["org_name"] %></h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user