diff --git a/_includes/badge.md b/_includes/badge.html similarity index 100% rename from _includes/badge.md rename to _includes/badge.html diff --git a/_includes/home.md b/_includes/home.html similarity index 97% rename from _includes/home.md rename to _includes/home.html index 039516214cb..cdac855ac79 100644 --- a/_includes/home.md +++ b/_includes/home.html @@ -70,6 +70,6 @@ -
{% include right.md %}
+
{% include right.html %}
diff --git a/_includes/right.md b/_includes/right.html similarity index 100% rename from _includes/right.md rename to _includes/right.html diff --git a/_includes/samples/badges.md b/_includes/samples/badges.md index 7c05d92f374..b0ac4b427cd 100644 --- a/_includes/samples/badges.md +++ b/_includes/samples/badges.md @@ -1,4 +1,4 @@ -{% include badge.md link="[ci](#ci-icon)" %} -{% include badge.md link="[fork](#forkme-icon)" %} -{% include badge.md link="[etc](#)" %} -{% include badge.md link="[etc](#)" %} +{% include badge.html link="[ci](#ci-icon)" %} +{% include badge.html link="[fork](#forkme-icon)" %} +{% include badge.html link="[etc](#)" %} +{% include badge.html link="[etc](#)" %} diff --git a/_includes/widget_template.html b/_includes/widgets.html similarity index 100% rename from _includes/widget_template.html rename to _includes/widgets.html diff --git a/_layouts/default.html b/_layouts/default.html index 4d119f9f749..8b0e2a5a331 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,7 +28,7 @@ @@ -116,7 +116,7 @@
- {% include widget_template.html %} + {% include widgets.html %}