mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
137dbaf0dc
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">`