-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed as not planned
Labels
Description
I see a new meta tag that we could use in some situations. I don't think we should actually drop our own URL-based detections, but we can use these to disambiguate some situations
isRepoHome
<meta name="route-pattern" content="/:user_id/:repository">
isIssueList
<meta name="route-pattern" content="/:user_id/:repository/issues(.:format)">
isRepoTree
<meta name="route-pattern" content="/:user_id/:repository/tree/*name(/*path)">
yakov116