adds a setting allowing including custom javascript on each page header

This commit is contained in:
kikito
2015-12-22 13:29:41 +01:00
parent b828b8a7e6
commit 1c71358abe
4 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,11 @@
sizes: "200x200",
type: "image/png" %>
<%= content_for :social_media_meta_tags %>
<%= javascript_tag do %>
<%= Setting.value_for(:per_page_javascript).html_safe %>
<% end %>
</head>
<body>
<div class="wrapper">