{%- assign title = include.title | escape -%} {%- assign text = include.description | strip_html | escape -%} {%- assign url = site.url | append: include.url | escape -%} {{ site.i18n.share.text }} {% for share in site.i18n.share.items %} {% include_cached share.html share=share url=include.url title=include.title description=include.description %} {% endfor %}