diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 00000000000..5e8a28863bb --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1,41 @@ + diff --git a/docs/_includes/hero.html b/docs/_includes/hero.html new file mode 100644 index 00000000000..3bb551acf18 --- /dev/null +++ b/docs/_includes/hero.html @@ -0,0 +1,13 @@ +
+
+
React
+
+ A JavaScript library for building user interfaces +
+ + +
+
diff --git a/docs/_includes/navigation.html b/docs/_includes/navigation.html new file mode 100644 index 00000000000..ddda178d971 --- /dev/null +++ b/docs/_includes/navigation.html @@ -0,0 +1,23 @@ + diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 8bc98537b0f..2516518d610 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -53,91 +53,14 @@
- - - {% if page.id == 'home' %} -
-
-
React
-
- A JavaScript library for building user interfaces -
- - -
-
- {% endif %} + {% include navigation.html %} {{ content }} -
-
+