summaryrefslogtreecommitdiffstats
path: root/theme
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-01-14 22:08:31 +0100
committerSamy Pessé <samypesse@gmail.com>2015-01-14 22:08:31 +0100
commit94a9db3d5443248d30c5e51f4be8daeb6f4e5a5d (patch)
tree366aba6bddc386a5d606a3bbbc6c0a8101bfdb88 /theme
parentbcb34dcd79f1ff49e947e16e91528ebe554c8449 (diff)
downloadgitbook-94a9db3d5443248d30c5e51f4be8daeb6f4e5a5d.zip
gitbook-94a9db3d5443248d30c5e51f4be8daeb6f4e5a5d.tar.gz
gitbook-94a9db3d5443248d30c5e51f4be8daeb6f4e5a5d.tar.bz2
Move theme folder "book" to "website"
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/website/glossary.html (renamed from theme/templates/book/glossary.html)0
-rw-r--r--theme/templates/website/includes/exercise.html (renamed from theme/templates/book/includes/exercise.html)0
-rw-r--r--theme/templates/website/includes/font-settings.html (renamed from theme/templates/book/includes/font-settings.html)0
-rw-r--r--theme/templates/website/includes/header.html (renamed from theme/templates/book/includes/header.html)0
-rw-r--r--theme/templates/website/includes/quiz.html (renamed from theme/templates/book/includes/quiz.html)0
-rw-r--r--theme/templates/website/includes/summary.html (renamed from theme/templates/book/includes/summary.html)0
-rwxr-xr-xtheme/templates/website/langs.html (renamed from theme/templates/book/langs.html)2
-rw-r--r--[-rwxr-xr-x]theme/templates/website/layout.html (renamed from theme/templates/layout.html)0
-rw-r--r--theme/templates/website/page.html (renamed from theme/templates/book/page.html)2
9 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/book/glossary.html b/theme/templates/website/glossary.html
index 4d9683f..4d9683f 100644
--- a/theme/templates/book/glossary.html
+++ b/theme/templates/website/glossary.html
diff --git a/theme/templates/book/includes/exercise.html b/theme/templates/website/includes/exercise.html
index 42b500f..42b500f 100644
--- a/theme/templates/book/includes/exercise.html
+++ b/theme/templates/website/includes/exercise.html
diff --git a/theme/templates/book/includes/font-settings.html b/theme/templates/website/includes/font-settings.html
index 5fa1f3e..5fa1f3e 100644
--- a/theme/templates/book/includes/font-settings.html
+++ b/theme/templates/website/includes/font-settings.html
diff --git a/theme/templates/book/includes/header.html b/theme/templates/website/includes/header.html
index ef2de60..ef2de60 100644
--- a/theme/templates/book/includes/header.html
+++ b/theme/templates/website/includes/header.html
diff --git a/theme/templates/book/includes/quiz.html b/theme/templates/website/includes/quiz.html
index 425fa39..425fa39 100644
--- a/theme/templates/book/includes/quiz.html
+++ b/theme/templates/website/includes/quiz.html
diff --git a/theme/templates/book/includes/summary.html b/theme/templates/website/includes/summary.html
index 3fff7fe..3fff7fe 100644
--- a/theme/templates/book/includes/summary.html
+++ b/theme/templates/website/includes/summary.html
diff --git a/theme/templates/book/langs.html b/theme/templates/website/langs.html
index 49878ae..7b47fc5 100755
--- a/theme/templates/book/langs.html
+++ b/theme/templates/website/langs.html
@@ -1,4 +1,4 @@
-{% extends "../layout.html" %}
+{% extends "./layout.html" %}
{% block title %}{{ title }}{% endblock %}
diff --git a/theme/templates/layout.html b/theme/templates/website/layout.html
index 5dc7c5e..5dc7c5e 100755..100644
--- a/theme/templates/layout.html
+++ b/theme/templates/website/layout.html
diff --git a/theme/templates/book/page.html b/theme/templates/website/page.html
index d1379a2..1d5db62 100644
--- a/theme/templates/book/page.html
+++ b/theme/templates/website/page.html
@@ -1,4 +1,4 @@
-{% extends "../layout.html" %}
+{% extends "./layout.html" %}
{% block head %}
{% parent %}