summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 315634a27..a61441ccb 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -122,12 +122,18 @@
<p class="label-group">Partage réseaux sociaux</p>
- <a class="icon-facebook pr-5" ng-click="">
+ <a class="icon-facebook pr-5"
+ ng-href="https://www.facebook.com/sharer/sharer.php?u={{ ::item.url }}"
+
+ >
<span>
Facebook
</span>
</a>
- <a class="icon-twitter pr-5" ng-click="">
+ <a class="icon-twitter pr-5"
+ ng-href="https://twitter.com/intent/tweet?url={{ ::item.url }}"
+
+ >
<span> Twitter </span>
</a>