Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-27 10:06:52 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-27 10:06:52 +0300
commitdabd7c77ad30f40a3aec0068a43b9ddfc2a080b1 (patch)
tree03e8fa4f592c31a436387a0232c78b504c5ced52 /_includes
parentd6b9a29b3dfdc4fbc032f8baa18f1e18a4689b92 (diff)
Changing footer and share links
Diffstat (limited to '_includes')
-rw-r--r--_includes/social-share.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/_includes/social-share.html b/_includes/social-share.html
index 23318a5..e243f6c 100644
--- a/_includes/social-share.html
+++ b/_includes/social-share.html
@@ -11,13 +11,4 @@
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
- <a href="https://gitlab.com/Remmina/Remmina/wikis/home={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Our Wiki"><i class="fa fa-fw fa-wikipedia-w" aria-hidden="true"></i><span> Our Wiki</span></a>
-
- <a href="https://matrix.to/#/+remmina:matrix.org={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Matrix"><i class="fa fa-fw fa-matrix-org" aria-hidden="true"></i><span> Matrix</span></a>
-
- <a href="https://matrix.to/#/+remmina-room:matrix.org={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Reddit"><i class="fa fa-fw fa-matrix-org" aria-hidden="true"></i><span> Room</span></a>
-
- <a href="https://lists.remmina.org/listinfo/users={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} Mailing list"><i class="fa fa-fw fa-envelope-open" aria-hidden="true"></i><span> Mailing list</span></a>
-
- <a href="https://kiwiirc.com/client/irc.freenode.net/?nick=remminer|?#remmina/={{ page.url | absolute_url | url_encode }}&title={{ page.title }}" class="btn btn--primary" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label }} IRC #remmina @ freenode"><i class="fa fa-fw fa-commenting" aria-hidden="true"></i><span> IRC #remmina @ freenode</span></a>
</section>