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

github.com/liuzc/LeaveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiuZhichao <liuzc89@gmail.com>2018-11-04 14:11:57 +0300
committerGitHub <noreply@github.com>2018-11-04 14:11:57 +0300
commit2884e266babbe95c0abce22d064ecae35c1ac184 (patch)
tree9a35316d82ba14fd0936b54017aa4cf076a116fb
parent11d53fb1e71859b04e3ae8c51d562030ef54d49f (diff)
Update social.htmlHEADmaster
-rw-r--r--layouts/partials/social.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 4fdad43..3b7fb39 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -23,8 +23,8 @@
<a href="https://t.me/{{.}}" rel="me noopener"><i class="iconfont icon-telegram"></i></a>
{{ end }}
{{ with .Site.Params.Social.Dribbble}}
-<a href="https://t.me/{{.}}" rel="me noopener"><i class="iconfont icon-dribbble"></i></a>
+<a href="https://dribbble.com/{{.}}" rel="me noopener"><i class="iconfont icon-dribbble"></i></a>
{{ end }}
{{ with .Site.Params.Social.Medium}}
-<a href="https://t.me/{{.}}" rel="me noopener"><i class="iconfont icon-medium-circle-fill"></i></a>
-{{ end }} \ No newline at end of file
+<a href="https://medium.com/{{.}}" rel="me noopener"><i class="iconfont icon-medium-circle-fill"></i></a>
+{{ end }}