plugin/breadcrumb.lua@2f927eae429b
plugin/breadcrumb.lua
Sun, 06 Sep 2020 22:12:52 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Sun, 06 Sep 2020 22:12:52 +0300
- changeset 35
- 2f927eae429b
- parent 26
-
77cd7b8fb6a6
- child 42
-
260f867d46c0
- permissions
- -rwxr-xr-x
Don't auto-create directories that will be empty
--@module plugin.breadcrumb
local plugin_breadcrumb={}
local path=require("mypath")
function plugin_breadcrumb.trail(env)
return "(TODO)"
end
return plugin_breadcrumb