From ea01cb0602f4b6be2f17f1ec1bfcf2e714570df4 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 17 Sep 2021 20:28:39 -0300 Subject: [PATCH] =?UTF-8?q?Usar=20el=20caj=C3=B3n=20de=20compartir=20nativ?= =?UTF-8?q?o=20si=20est=C3=A1=20disponible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/share_box.html | 15 +++++++++++++- _packs/controllers/share_controller.js | 27 ++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 _packs/controllers/share_controller.js 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 -%} + +