mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Organize partials
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user