FIX: uses topic title for published page head title (#10312)
This commit is contained in:
parent
223b6d17bf
commit
f32cc04ddc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue