fine
print
{% capture code %}
{% assign code_label = t.footer.byline.code_label %}
{% endcapture %}
{% capture love %}
{% assign love_label = t.footer.byline.love_label %}
{% endcapture %}
{% capture github %}
{% endcapture %}
{% capture friends %}
{% assign friends_label = t.footer.byline.friends_label %}
{{ friends_label
}}
{% endcapture %}
{% assign byline = t.footer.byline.format %}
{{ byline | replace: "[code]", code | replace: "[love]", love | replace: "[github]", github | replace:
"[friends]", friends }}