Skip to content
Snippets Groups Projects
Commit c337cfd7 authored by Alice Poggioli's avatar Alice Poggioli
Browse files

Add share functionnality.

parent d2281267
No related branches found
No related tags found
1 merge request!97Feature/share functionnality
......@@ -94,6 +94,8 @@ include ../../components/widgets
counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>"
)
include ../../share-functionality
sib-display(
bind-resources
fields=""
......
......@@ -94,6 +94,8 @@ include ../../components/widgets
counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>"
)
include ../../share-functionality
sib-display(
bind-resources
fields=""
......
......@@ -95,6 +95,8 @@ include ../../components/widgets
counter-template="<p><i class='fas fa-thumbs-down'></i>${counter}</p>"
)
include ../../share-functionality
sib-display(
bind-resources
fields=""
......
.share-functionality
p SHARE
a(
href="#"
)
i.far.fa-envelope
a(
href="#"
)
i.fab.fa-linkedin-in
a(
href="#"
)
i.fab.fa-twitter
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment