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