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

github.com/SteveLane/hugo-icon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lane <SteveLane@users.noreply.github.com>2019-02-04 01:35:11 +0300
committerGitHub <noreply@github.com>2019-02-04 01:35:11 +0300
commit48d756ac25a50529f14fcc59b007783e10eebc32 (patch)
tree77d495f584cc9dffc70a54f1bbdbd56cca4641bb
parent662ebf4f83d56842175652675572302b1116f221 (diff)
parent2751e7fb637c36f77bf5935cf24669eecb8633f1 (diff)
Merge pull request #21 from TzZek/dribbble-fix
Fix Mispelling in Dribbble
-rwxr-xr-xlayouts/partials/team.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/team.html b/layouts/partials/team.html
index c90a1fe..3f8e232 100755
--- a/layouts/partials/team.html
+++ b/layouts/partials/team.html
@@ -20,7 +20,7 @@
<li><a href="{{ .twitter }}"><i class="icon-twitter"></i></a></li>
{{ end }}
{{ if isset . "dribbble" }}
- <li><a href="{{ .dribble }}"><i class="icon-dribbble"></i></a></li>
+ <li><a href="{{ .dribbble }}"><i class="icon-dribbble"></i></a></li>
{{ end }}
{{ if isset . "instagram" }}
<li><a href="{{ .instagram }}"><i class="icon-instagram"></i></a></li>