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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index f059aeb..12edfad 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -42,6 +42,11 @@
<i class="fa fa-twitter"></i>
</a>
{{ end }}
+ {{ with .Site.Params.facebook }}
+ <a class="button-square button-social hint--top" data-hint="Facebook" title="Facebook" href="{{ . }}" rel="me">
+ <i class="fa fa-facebook"></i>
+ </a>
+ {{ end }}
{{ with .Site.Params.gitlab }}
<a class="button-square button-social hint--top" data-hint="Gitlab" title="Gitlab" href="{{ . }}" rel="me">
<i class="fa fa-gitlab"></i>