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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-02-24 16:27:11 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-02-24 16:27:11 +0300
commit89b1432868f94a554238c8ff03f4b1042970f14d (patch)
tree301bc8ccf8849779881f483609c0f8a608dbb736
parent491762e20ea8124cf45470a4e4e8715391b4adc4 (diff)
Correct CSS class for Google+ icon
Fixes #25.
-rw-r--r--layouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index ea0dd26..916b99e 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -87,7 +87,7 @@
{{ end }}
{{ with .Site.Social.googleplus }}
-<td><a href="//plus.google.com/+{{.}}" target="_blank" title="Google+"><i class="fa fa-googleplus"></i></a></td>
+<td><a href="//plus.google.com/+{{.}}" target="_blank" title="Google+"><i class="fa fa-google-plus"></i></a></td>
{{ end }}
{{ with .Site.Social.facebook }}