summaryrefslogtreecommitdiffstats
path: root/lib/output/website/theme.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-17 16:20:45 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-17 16:20:45 +0100
commit4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028 (patch)
tree6717ebb00890852ce4aeb68a056dc949405b29ea /lib/output/website/theme.js
parent5fdee2cb5e846303b5bd4f10552b1d60201c3cb7 (diff)
downloadgitbook-4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028.zip
gitbook-4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028.tar.gz
gitbook-4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028.tar.bz2
Load template engine for website output using theme configuration
Diffstat (limited to 'lib/output/website/theme.js')
-rw-r--r--lib/output/website/theme.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/output/website/theme.js b/lib/output/website/theme.js
deleted file mode 100644
index 1cc2891..0000000
--- a/lib/output/website/theme.js
+++ /dev/null
@@ -1,6 +0,0 @@
-
-function Theme() {
-
-}
-
-module.exports = Theme;