plugin.lua@260f867d46c0
plugin.lua
Sun, 06 Aug 2023 14:32:25 +0300
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Sun, 06 Aug 2023 14:32:25 +0300
- changeset 42
- 260f867d46c0
- parent 9
-
751216807683
- permissions
- -rw-r--r--
Preliminary breadcrumb support
--@module plugin
local plugin={}
plugin.inline=require('plugin.inline')
plugin.breadcrumb=require('plugin.breadcrumb')
return plugin