diff --git a/_includes/share_box.html b/_includes/share_box.html index 3270986..7ecff0d 100644 --- a/_includes/share_box.html +++ b/_includes/share_box.html @@ -1,4 +1,17 @@ - +{%- assign title = include.title | escape -%} +{%- assign text = include.description | strip_html | escape -%} +{%- assign url = site.url | append: include.url | escape -%} + +