hooks:renderTopWidgets

Just had this exact issue haha! Try:

event.listen {
  name = "hooks:renderTopWidgets",
  run = function(e)
    return widget.new {markdown = widgets.breadcrumb()}
  end
}

And see if it works!

1 Like