Added in: v1.9.1
Concatenates two strings and returns the concatenated value.
Input
{{ "/my/fancy/url" | append: ".html" }} |
Output
/my/fancy/url.html |
append can also be used with variables:
Input
{% assign filename = "/index.html" %} |
Output
|
Added in: v1.9.1
Concatenates two strings and returns the concatenated value.
Input
{{ "/my/fancy/url" | append: ".html" }} |
Output
/my/fancy/url.html |
append can also be used with variables:
Input
{% assign filename = "/index.html" %} |
Output
|