Files: aa4c25f3c365e275c42b08f8e34ef4e6c2b66d93 / blog / index.js
103 bytesRaw
1 | module.exports = { |
2 | html: { |
3 | post: require('./html/post'), |
4 | blog: require('./html/blog') |
5 | } |
6 | } |
7 | |
8 |
Built with git-ssb-web
1 | module.exports = { |
2 | html: { |
3 | post: require('./html/post'), |
4 | blog: require('./html/blog') |
5 | } |
6 | } |
7 | |
8 |
Built with git-ssb-web