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:
authorvabs <njoy.today@gmail.com>2019-06-02 17:52:46 +0300
committerJuraj Bubniak <juraj.bubniak@gmail.com>2019-06-02 17:52:46 +0300
commit8988a5ba1371e9f12aa28ee951b200f0df0c2e56 (patch)
treea137ebe39d6d7d572dea71eeb90cea2cf376df64
parent789524d617e5ab62ba44269440d52b9fdbad0e73 (diff)
Feat: Adding facebook logo in header (#69)
-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>