Move boxes _includes to dedicated folder, to distinguish from theme _includes

This commit is contained in:
Thomas Jensen 2014-12-28 14:16:12 +01:00
parent 44d8c28878
commit 7684bdbdda
24 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@ layout: default
title: Overview title: Overview
--- ---
{% capture includedMarkdown %}{% include about.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/about.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Contributing title: Contributing
--- ---
{% capture includedMarkdown %}{% include contributing.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/contributing.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Docs - Config Examples title: Docs - Config Examples
--- ---
{% capture includedMarkdown %}{% include docs/config-complete_exp.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/docs/config-complete_exp.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Docs - Config Intro title: Docs - Config Intro
--- ---
{% capture includedMarkdown %}{% include docs/config-general.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/docs/config-general.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Docs - Config Step-by-Step title: Docs - Config Step-by-Step
--- ---
{% capture includedMarkdown %}{% include docs/config-step.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/docs/config-step.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Docs - Config File Syntax title: Docs - Config File Syntax
--- ---
{% capture includedMarkdown %}{% include docs/config-syntax.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/docs/config-syntax.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: What are filters? title: What are filters?
--- ---
{% capture includedMarkdown %}{% include docs/filters.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/docs/filters.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -2,7 +2,7 @@
layout: default layout: default
--- ---
{% capture includedMarkdown %}{% include docs/index.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/docs/index.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Editor Integration title: Editor Integration
--- ---
{% capture includedMarkdown %}{% include docs/install.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/docs/install.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Legal Stuff title: Legal Stuff
--- ---
{% capture includedMarkdown %}{% include docs/legal.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/docs/legal.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Downloads title: Downloads
--- ---
{% capture includedMarkdown %}{% include download.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/download.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>

View File

@ -3,7 +3,7 @@ layout: default
title: Examples title: Examples
--- ---
{% capture includedMarkdown %}{% include examples.md %}{% endcapture %} {% capture includedMarkdown %}{% include boxes/examples.md %}{% endcapture %}
<div class="bxpage well"> <div class="bxpage well">
{{ includedMarkdown | markdownify }} {{ includedMarkdown | markdownify }}
</div> </div>