mirror of
https://github.com/discourse/discourse.git
synced 2025-04-09 15:40:48 +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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<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" %>
|
<%= render partial: "common/discourse_publish_stylesheet" %>
|
||||||
|
|
||||||
<%- if @canonical_url -%>
|
|
||||||
<link rel="canonical" href="<%= @canonical_url %>" />
|
|
||||||
<%- end -%>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="<%= @body_classes.to_a.join(' ') %>">
|
<body class="<%= @body_classes.to_a.join(' ') %>">
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user