mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:44:39 +08:00
FEATURE: add microdata prop and more links for crawler
- add microdata based on schema.org - add breadcrumb on the top of topic - add navigations link on the bottom of every pages - add category description on the category list
This commit is contained in:
@ -221,9 +221,9 @@ Discourse::Application.routes.draw do
|
||||
post "login" => "static#enter"
|
||||
get "login" => "static#show", id: "login"
|
||||
get "faq" => "static#show", id: "faq"
|
||||
get "guidelines" => "static#show", id: "guidelines"
|
||||
get "tos" => "static#show", id: "tos"
|
||||
get "privacy" => "static#show", id: "privacy"
|
||||
get "guidelines" => "static#show", id: "guidelines", as: 'guidelines'
|
||||
get "tos" => "static#show", id: "tos", as: 'tos'
|
||||
get "privacy" => "static#show", id: "privacy", as: 'privacy'
|
||||
get "signup" => "list#latest"
|
||||
|
||||
post "users/read-faq" => "users#read_faq"
|
||||
|
Reference in New Issue
Block a user