mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
Merge pull request #4702 from vinothkannans/pr-welcome/57037
'Article' to 'DiscussionForumPosting' schema type
This commit is contained in:
commit
243d8e170d
|
@ -42,7 +42,7 @@
|
|||
<%- if include_crawler_content? %>
|
||||
|
||||
<% @topic_view.posts.each do |post| %>
|
||||
<div itemscope itemtype='http://schema.org/Article'>
|
||||
<div itemscope itemtype='http://schema.org/DiscussionForumPosting'>
|
||||
<% if (u = post.user) %>
|
||||
<div class='creator'>
|
||||
<span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user