FIX: adds google tracking to page publishing (#12090)

This commit is contained in:
Joffrey JAFFEUX 2021-02-15 19:00:35 +01:00 committed by GitHub
parent 323a5f22e7
commit f80e6a2357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@
<title><%= @topic.title %> - <%= SiteSetting.title %></title>
<%= render partial: "layouts/head" %>
<%= render partial: "common/discourse_publish_stylesheet" %>
<%= render_google_tag_manager_head_code %>
<%= render_google_universal_analytics_code %>
</head>
<body class="<%= @body_classes.to_a.join(' ') %>">
<%= theme_lookup("header") %>