summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJimmy Huynh <jimmy.huynh@etu.unistra.fr>2021-02-19 14:27:48 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commitc35bdeba2069b975ffba283e7b3e93a7651e27bc (patch)
tree4f16a89d2a8cccc56a9e8abffb9c5d189e9d4be1 /templates
parenteff6468090fbf31f40c36a3a5ddb4d69d3b15143 (diff)
(+) ui > anchor > target new tab
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 01270ce1d..1e70a80b9 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -140,16 +140,18 @@
<p class="label-group"> <?php p($l->t('Share on social media')) ?> </p>
<div class="row">
<div class="col-4">
- <a class="icon-dropdown icon-facebook pr-5"
- ng-href="https://www.facebook.com/sharer/sharer.php?u={{ ::item.url }}"></a>
+ <a target="_blank"
+ class="icon-dropdown icon-facebook pr-5"
+ ng-href="https://www.facebook.com/sharer/sharer.php?u={{ ::item.url }}"></a>
</div>
<div class="col-4">
- <a class="icon-dropdown icon-twitter pr-5"
- ng-href="https://twitter.com/intent/tweet?url={{ ::item.url }}"></a>
+ <a target="_blank"
+ class="icon-dropdown icon-twitter pr-5"
+ ng-href="https://twitter.com/intent/tweet?url={{ ::item.url }}"></a>
</div>
<div class="col-4">
<a class="icon-dropdown icon-mail pr-5"
- ng-href="mailto:?subject=I wanted you to see this site&amp;body=Check out this site http://www.website.com./{{ ::item.url }}"></a>
+ ng-href="mailto:?subject=I wanted you to see this site&amp;body=Check out this site http://www.website.com./{{ ::item.url }}"></a>
</div>
</div>