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:
@@ -26,8 +26,6 @@ videos:
|
||||
no_video: true
|
||||
---
|
||||
|
||||
{% include global/navbar.html id="Videos" %}
|
||||
|
||||
{% capture hero_content %}
|
||||
<a class="button bd-fat-button is-success is-medium"
|
||||
href="{{ site.data.meta.scrimba_url }}"
|
||||
@@ -42,7 +40,7 @@ videos:
|
||||
{% endcapture %}
|
||||
|
||||
{%
|
||||
include components/hero.html
|
||||
include docs/components/hero.html
|
||||
color="videos"
|
||||
icon="fas fa-play-circle"
|
||||
title="**Video** tutorials"
|
||||
|
||||
Reference in New Issue
Block a user