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:
authorYoshiharu Yamashita <yoshiharuyamashita@users.noreply.github.com>2021-02-07 16:35:39 +0300
committerGitHub <noreply@github.com>2021-02-07 16:35:39 +0300
commit124d8b44938fa82162c04ad26012a3b8c3e45494 (patch)
tree29dabd57c4eb044c1a101ad53f8386ef7a69af77
parent46e35df663e77f020861ad54eda6a977161b4eac (diff)
parent480792e2ccb07c08dd616365613656f0bcef24ed (diff)
Merge pull request #112 from Tristor/fixalignment
Adds the fa-fw class to the some social icons missing this class.
-rw-r--r--layouts/partials/social.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index f1cc534..ececc99 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -4,7 +4,7 @@
{{ if .OutputFormats.Get "RSS" }}
<li class="pure-menu-item">
<a class="pure-menu-link" href='{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}'><i
- class="fas fa-rss"></i>RSS</a>
+ class="fas fa-rss fa-fw"></i>RSS</a>
</li>
{{ end }}
@@ -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 }}
@@ -100,7 +100,7 @@
{{ with .Site.Social.linkedin }}
<li class="pure-menu-item">
- <a class="pure-menu-link" href="https://linkedin.com/in/{{ . }}" rel="me" target="_blank"><i class="fab fa-linkedin"></i></i>LinkedIn</a>
+ <a class="pure-menu-link" href="https://linkedin.com/in/{{ . }}" rel="me" target="_blank"><i class="fab fa-linkedin fa-fw"></i>LinkedIn</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 }}