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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortristor <tristor@gmail.com>2021-02-07 16:21:03 +0300
committertristor <tristor@gmail.com>2021-02-07 16:21:03 +0300
commit480792e2ccb07c08dd616365613656f0bcef24ed (patch)
tree29dabd57c4eb044c1a101ad53f8386ef7a69af77
parent8d2cc5b532068f6ce60a2c5842ad467ced861346 (diff)
Adds fa-fw class to GNU Social, BitBucket, MobyGames, and Keybase
-rw-r--r--layouts/partials/social.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 1b3b3ba..ececc99 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -18,7 +18,7 @@
{{ with .Site.Social.gnusocial }}
<li class="pure-menu-item">
- <a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank"><i class="fas fa-comment"></i>GNU social</a>
+ <a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank"><i class="fas fa-comment fa-fw"></i>GNU social</a>
</li>
{{ end }}
@@ -140,7 +140,7 @@
{{ with .Site.Social.bitbucket }}
<li class="pure-menu-item">
- <a class="pure-menu-link" href="https://bitbucket.org/{{ . }}" rel="me" target="_blank"><i class="fab fa-bitbucket"></i>Bitbucket</a>
+ <a class="pure-menu-link" href="https://bitbucket.org/{{ . }}" rel="me" target="_blank"><i class="fab fa-bitbucket fa-fw"></i>Bitbucket</a>
</li>
{{ end }}
@@ -166,7 +166,7 @@
{{ with .Site.Social.mobygames }}
<li class="pure-menu-item">
- <a class="pure-menu-link" href="https://www.mobygames.com/developer/sheet/view/developerId,{{ . }}" rel="me" target="_blank"><i class="fas fa-gamepad"></i>MobyGames</a>
+ <a class="pure-menu-link" href="https://www.mobygames.com/developer/sheet/view/developerId,{{ . }}" rel="me" target="_blank"><i class="fas fa-gamepad fa-fw"></i>MobyGames</a>
</li>
{{ end }}
@@ -188,7 +188,7 @@
{{ with .Site.Social.keybase }}
<li class="pure-menu-item">
- <a class="pure-menu-link" href="https://keybase.io/{{ . }}" rel="me" target="_blank"><i class="fas fa-key"></i>Keybase</a>
+ <a class="pure-menu-link" href="https://keybase.io/{{ . }}" rel="me" target="_blank"><i class="fas fa-key fa-fw"></i>Keybase</a>
</li>
{{ end }}