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:
@@ -5,8 +5,6 @@ layout: default
|
||||
route: the-official-bulma-book
|
||||
---
|
||||
|
||||
{% include global/navbar.html id="Videos" %}
|
||||
|
||||
{% capture hero_more %}
|
||||
<a class="button is-bleeding" href="{{ site.data.meta.book_url }}" target="_blank">
|
||||
<span class="icon">
|
||||
@@ -67,7 +65,7 @@ route: the-official-bulma-book
|
||||
{% endcapture %}
|
||||
|
||||
{%
|
||||
include elements/banner.html
|
||||
include docs/elements/banner.html
|
||||
color="bleeding"
|
||||
title="<span>The official Bulma <strong>book</strong></span>"
|
||||
more=hero_more
|
||||
|
||||
Reference in New Issue
Block a user