Fix website transfer includes

This commit is contained in:
Jeremy Thomas
2024-03-21 16:39:38 +00:00
parent 69877a652c
commit ab5b308f88
29 changed files with 444 additions and 890 deletions

View File

@@ -6,13 +6,11 @@ breadcrumb:
- blog
---
{% include global/navbar.html id="Blog" %}
{% capture hero_content %}
{% include elements/rss-button.html %}
{% include docs/elements/rss-button.html %}
{% endcapture %}
{%
include components/hero.html
include docs/components/hero.html
color="primary"
icon="fas fa-rss"
title="The **official** Bulma **blog**"
@@ -24,7 +22,7 @@ breadcrumb:
<div class="bd-posts">
{% for post in site.posts %}
{%
include elements/post.html
include docs/elements/post.html
post=post
%}
{% endfor %}