FIX: uses topic title for published page head title (#10312)

This commit is contained in:
Joffrey JAFFEUX
2020-07-27 15:09:12 +02:00
committed by GitHub
parent 223b6d17bf
commit f32cc04ddc

View File

@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title><%= @topic.title %> - <%= SiteSetting.title %></title>
<%= render partial: "layouts/head" %>
<%= render partial: "common/discourse_publish_stylesheet" %>
</head>