Add a "Random Item" link to the breadcrumb bar

fixes #216
This commit is contained in:
Andrew Miner
2016-05-07 12:25:21 -07:00
parent 841fac38d3
commit da1419d6b6
8 changed files with 87 additions and 38 deletions
+4
View File
@@ -19,6 +19,10 @@ module.exports = class PageController extends BaseController
getBreadcrumbs: ->
return []
getExtraNav: ->
# subclasses may override this to provide extra content in the right-hand side of the breadcrumb bar
return null
getMetaDescription: ->
# subclasses should override this to return the page-specific text for the meta description tag
return null