diff --git a/_includes/button.html b/_includes/button.html new file mode 100644 index 000000000000..69984165d4b5 --- /dev/null +++ b/_includes/button.html @@ -0,0 +1 @@ +{{ include.text | default: "Button" }}{% if include.icon %} {% include icon.html id=include.icon title=include.icon %}{% endif %} diff --git a/_includes/figure.html b/_includes/figure.html new file mode 100644 index 000000000000..da6b1a0442fc --- /dev/null +++ b/_includes/figure.html @@ -0,0 +1,4 @@ + diff --git a/_includes/icon.html b/_includes/icon.html new file mode 100644 index 000000000000..2edf183f22e9 --- /dev/null +++ b/_includes/icon.html @@ -0,0 +1 @@ + diff --git a/_includes/map.html b/_includes/map.html new file mode 100644 index 000000000000..c5be686e6e4e --- /dev/null +++ b/_includes/map.html @@ -0,0 +1 @@ +
diff --git a/_includes/nav-categories.html b/_includes/nav-categories.html new file mode 100644 index 000000000000..c165dbb3f68d --- /dev/null +++ b/_includes/nav-categories.html @@ -0,0 +1,9 @@ + diff --git a/_includes/nav-default.html b/_includes/nav-default.html new file mode 100644 index 000000000000..c20f8df2bd2f --- /dev/null +++ b/_includes/nav-default.html @@ -0,0 +1,23 @@ + diff --git a/_includes/nav-footer.html b/_includes/nav-footer.html new file mode 100644 index 000000000000..73b892b4a438 --- /dev/null +++ b/_includes/nav-footer.html @@ -0,0 +1,20 @@ +{% if site.navigation_footer %} + +{% else %} + {% include nav-default.html %} +{% endif %} diff --git a/_includes/nav-header.html b/_includes/nav-header.html new file mode 100644 index 000000000000..23cdb9b0b08a --- /dev/null +++ b/_includes/nav-header.html @@ -0,0 +1,54 @@ +{% if site.navigation_header %} + +{% else %} + {% include nav-default.html %} +{% endif %} + + diff --git a/_includes/nav-share.html b/_includes/nav-share.html new file mode 100644 index 000000000000..f6d2f3853c4b --- /dev/null +++ b/_includes/nav-share.html @@ -0,0 +1,24 @@ + diff --git a/_includes/nav-social.html b/_includes/nav-social.html new file mode 100644 index 000000000000..5abedd3286f8 --- /dev/null +++ b/_includes/nav-social.html @@ -0,0 +1,10 @@ + diff --git a/_includes/post-categories.html b/_includes/post-categories.html new file mode 100644 index 000000000000..44c78606a7f2 --- /dev/null +++ b/_includes/post-categories.html @@ -0,0 +1,25 @@ +{% for category in site.categories %} + {% assign category_name = category | first %} +There are no categorised posts
+There are no related posts
+ {% endif %} +