git ssb

2+

mixmix / ticktack



Tree: 5373153e4adeddf52a2f3544a724c2b275571a2e

Files: 5373153e4adeddf52a2f3544a724c2b275571a2e / blog / index.js

154 bytesRaw
1module.exports = {
2 html: {
3 post: require('./html/post'),
4 blog: require('./html/blog')
5 },
6 sync: {
7 isBlog: require('./sync/isBlog')
8 }
9}
10

Built with git-ssb-web