plugin/breadcrumb.lua@30b9b7402f94
plugin/breadcrumb.lua
Mon, 20 Apr 2020 12:02:54 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 20 Apr 2020 12:02:54 -0500
- changeset 18
- 30b9b7402f94
- parent 9
-
751216807683
- child 26
-
77cd7b8fb6a6
- permissions
- -rwxr-xr-x
Add title
--@module plugin.breadcrumb
local plugin_breadcrumb={}
local path=require("path")
function plugin_breadcrumb.trail(env)
return "(TODO)"
end
return plugin_breadcrumb