mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 21:39:36 -07:00
Fix website transfer includes
This commit is contained in:
@@ -13,9 +13,10 @@ While this update is mainly focused on a massive [website redesign](/2018/04/13/
|
||||
|
||||
These variable changes are documented here, so you can edit or revert them if needed.
|
||||
|
||||
{% include elements/anchor.html name="Updated default values" %}
|
||||
{% include docs/elements/anchor.html name="Updated default values" %}
|
||||
|
||||
{% for item in site.data.blog.migratingv070.updated %}
|
||||
|
||||
<table class="table is-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
@@ -46,9 +47,10 @@ These variable changes are documented here, so you can edit or revert them if ne
|
||||
</table>
|
||||
{% endfor %}
|
||||
|
||||
{% include elements/anchor.html name="New variables" %}
|
||||
{% include docs/elements/anchor.html name="New variables" %}
|
||||
|
||||
{% for item in site.data.blog.migratingv070.new %}
|
||||
|
||||
<table class="table is-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
@@ -75,7 +77,7 @@ These variable changes are documented here, so you can edit or revert them if ne
|
||||
</table>
|
||||
{% endfor %}
|
||||
|
||||
{% include elements/anchor.html name="Removed variables" %}
|
||||
{% include docs/elements/anchor.html name="Removed variables" %}
|
||||
|
||||
<table class="table is-bordered">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user