mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 04:55:46 +08:00
FIX: adds missing tags to published page header (#9835)
This commit is contained in:
parent
18959ff9da
commit
7b6fbe9af2
@ -2,13 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=yes, viewport-fit=cover">
|
||||
|
||||
<%= render partial: "layouts/head" %>
|
||||
<%= render partial: "common/discourse_publish_stylesheet" %>
|
||||
|
||||
<%- if @canonical_url -%>
|
||||
<link rel="canonical" href="<%= @canonical_url %>" />
|
||||
<%- end -%>
|
||||
</head>
|
||||
<body class="<%= @body_classes.to_a.join(' ') %>">
|
||||
<%= yield %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user