巴克励步
发布于:2025-01-02
{{ "apples, oranges, and bananas" | prepend: "Some fruit: " }}
Some fruit: apples, oranges, and bananas
prepend
{% assign url = "example.com" %} {{ "/index.html" | prepend: url }}
example.com/index.html