Organize partials

This commit is contained in:
Jeremy Thomas
2018-04-09 22:25:26 +01:00
parent a1c1909001
commit e8d4efb274
97 changed files with 691 additions and 835 deletions

View File

@@ -89,7 +89,7 @@ bootstrap:
<script defer src="{{ site.data.icons.fontawesome5 }}"></script>
</head>
<body>
{% include navbar.html id="Documentation" %}
{% include global/navbar.html id="Documentation" %}
<main class="bd-bootstrap">
<section class="hero is-medium">
@@ -105,7 +105,7 @@ bootstrap:
</p>
</div>
<div class="column is-narrow">
{% include carbon.html %}
{% include elements/carbon.html %}
</div>
</div>
</div>
@@ -135,7 +135,7 @@ bootstrap:
<div class="bd-pros-list">
{% for pro in page.bulma %}
{%
include pro.html
include content/pro.html
type=pro.type
icon=pro.icon
icon_brand=pro.icon_brand
@@ -156,7 +156,7 @@ bootstrap:
<div class="bd-pros-list">
{% for pro in page.bootstrap %}
{%
include pro.html
include content/pro.html
type=pro.type
icon=pro.icon
icon_brand=pro.icon_brand
@@ -198,13 +198,13 @@ bootstrap:
</tr>
</tfoot>
<tbody>
{% include comparison.html %}
{% include content/comparison.html %}
</tbody>
</table>
</div>
</div>
</section>
{% include footer.html %}
{% include global/footer.html %}
</body>
</html>