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

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik <kskarthik@disroot.org>2020-02-04 16:57:41 +0300
committerKarthik <kskarthik@disroot.org>2020-02-04 16:57:41 +0300
commit4dbf7247fdfb6665f7c6966606fd7233190919aa (patch)
tree96536488654fe5c91259b436f05b5c3dccab68e4 /layouts/index.html
parent50305c517fab8afc228dcb99a98bbf4c02be42b2 (diff)
parent6d1899f1f0a74e1772a0e91ab427c4b083206673 (diff)
Merge branch 'master' of https://gitlab.com/kskarthik/monopriv
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 647a791..fab665d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -18,8 +18,8 @@
</div>
</section>
<section class="container text-center mt-2">
- <a href='{{ "img/no-facebook.png" | absURL }}' target="_blank" class="href">
- <img class="img-responsive" width="200px" src="https://stallman.org/no-facebook.png" alt="I'm Not On Faceboook">
+ <a href='https://stallman.org/facebook.html' target="_blank">
+ <img class="img-responsive" src='{{ "img/no-facebook.png" | absURL }}' width="200px" alt="I'm Not On Faceboook">
</a>
</section>
{{ if .Site.Params.search.enabled }}