parent
55f0980716
commit
f1777adae9
|
@ -48,7 +48,9 @@ You could then reference that variable in your include:
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```liquid
|
```liquid
|
||||||
|
{% if page.my_variable %}
|
||||||
{% include {{ page.my_variable }} %}
|
{% include {{ page.my_variable }} %}
|
||||||
|
{% endif %}
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue