mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:12:45 +08:00
FIX: adds google tracking to page publishing (#12090)
This commit is contained in:
parent
323a5f22e7
commit
f80e6a2357
|
@ -5,6 +5,8 @@
|
||||||
<title><%= @topic.title %> - <%= SiteSetting.title %></title>
|
<title><%= @topic.title %> - <%= SiteSetting.title %></title>
|
||||||
<%= render partial: "layouts/head" %>
|
<%= render partial: "layouts/head" %>
|
||||||
<%= render partial: "common/discourse_publish_stylesheet" %>
|
<%= render partial: "common/discourse_publish_stylesheet" %>
|
||||||
|
<%= render_google_tag_manager_head_code %>
|
||||||
|
<%= render_google_universal_analytics_code %>
|
||||||
</head>
|
</head>
|
||||||
<body class="<%= @body_classes.to_a.join(' ') %>">
|
<body class="<%= @body_classes.to_a.join(' ') %>">
|
||||||
<%= theme_lookup("header") %>
|
<%= theme_lookup("header") %>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user