diff --git a/_includes/footer.en.html b/_includes/footer.en.html new file mode 100644 index 0000000..512313f --- /dev/null +++ b/_includes/footer.en.html @@ -0,0 +1,25 @@ +
diff --git a/_includes/footer.html b/_includes/footer.html index 6fe7b4e..91760c6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -16,6 +16,9 @@Copyright Styleshare. All Rights Reserved.
+ diff --git a/_includes/head.html b/_includes/head.html index 714111a..ff5ae04 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -23,6 +23,7 @@ + {% if site.env == 'prod' %} {% else %} diff --git a/_includes/javascripts.html b/_includes/javascripts.html index aeb9fac..c5f68e0 100644 --- a/_includes/javascripts.html +++ b/_includes/javascripts.html @@ -17,3 +17,22 @@ {% endif %} + + diff --git a/_includes/nav.en.html b/_includes/nav.en.html new file mode 100644 index 0000000..9794943 --- /dev/null +++ b/_includes/nav.en.html @@ -0,0 +1,126 @@ + diff --git a/_layouts/main.en.html b/_layouts/main.en.html new file mode 100644 index 0000000..c172cb7 --- /dev/null +++ b/_layouts/main.en.html @@ -0,0 +1,18 @@ + + + + {% include head.html %} + + + + {% include nav.en.html%} + + {{ content }} + + {% include footer.en.html %} + + {% include javascripts.html %} + + + diff --git a/_layouts/main.html b/_layouts/main.html index c80a9dd..85a61f0 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -14,5 +14,16 @@ {% include javascripts.html %} + +