discourse/app/views/topics
Ayke Halder 137dbaf0dc
DEV: declare post position as simple number in structured data (#16231)
This replaces the position declared as `#123` with the more simple version `123`.

The property position may be of type Integer or Text. A value of type Integer, or more precise of type Text which simply casts to integer, is sufficient here.
See: https://schema.org/position

In category-view the topic-list already uses this notation for the position of topics:
`<meta itemprop="position" content="123">`
2023-01-30 08:07:04 +01:00
..
plain.html.erb FIX: HTML lang attribute expects hyphen instead of underscore 2018-08-20 13:55:58 +02:00
show.html.erb DEV: declare post position as simple number in structured data (#16231) 2023-01-30 08:07:04 +01:00
show.rss.erb FIX: do not show spoiler content in RSS (#14277) 2021-09-08 20:19:43 +05:30