modified title using passed in variable

This commit is contained in:
cong
2021-04-17 10:19:22 +08:00
committed by Jun Yang
parent 28f154554b
commit f5f54c82bf
+2 -1
View File
@@ -1,4 +1,5 @@
{%header content: "welcome to liquid" | capitalize%}
{%assign title = title%}
{%header content: title | capitalize%}
<ul>
{% for todo in todos %}