Branded UI Fixed
This commit is contained in:
4
bd-national-template/liquid/period.html
Normal file
4
bd-national-template/liquid/period.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{% if include.period.exists() %}
|
||||
{%assign period = include.period.start.toString() + '..' + include.period.end.toString() %}
|
||||
{%include default.html header=include.header content=period %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user