Rename feature row include
This commit is contained in:
parent
f7a4710330
commit
6befcd09f5
2 changed files with 5 additions and 5 deletions
|
@ -53,12 +53,12 @@ feature_row4:
|
||||||
btn_class: "btn--inverse"
|
btn_class: "btn--inverse"
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include feature-row id="intro" type="center" %}
|
{% include feature_row id="intro" type="center" %}
|
||||||
|
|
||||||
{% include feature-row %}
|
{% include feature_row %}
|
||||||
|
|
||||||
{% include feature-row id="feature_row2" type="left" %}
|
{% include feature_row id="feature_row2" type="left" %}
|
||||||
|
|
||||||
{% include feature-row id="feature_row3" type="right" %}
|
{% include feature_row id="feature_row3" type="right" %}
|
||||||
|
|
||||||
{% include feature-row id="feature_row4" type="center" %}
|
{% include feature_row id="feature_row4" type="center" %}
|
Loading…
Reference in a new issue