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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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>