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

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyorgy Orban <o.gyorgy@gmail.com>2017-08-24 10:58:09 +0300
committerGitHub <noreply@github.com>2017-08-24 10:58:09 +0300
commit54613cc4fdb653c7151cd9794d8eac267e8c89b2 (patch)
tree34ee046d97c11d35aea584b042eb26473687e6f9
parentd79b893ef60babd3840215c83961cceb7986e603 (diff)
parentfbdea1a491b3a2afe5455971edf5d1cdc5322659 (diff)
Merge pull request #2 from CrazedProgrammer/master
Fix gitlab.com social links
-rw-r--r--layouts/partials/social-links-footer.html2
-rw-r--r--layouts/partials/social-links.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/social-links-footer.html b/layouts/partials/social-links-footer.html
index bc90711..7c7a598 100644
--- a/layouts/partials/social-links-footer.html
+++ b/layouts/partials/social-links-footer.html
@@ -9,7 +9,7 @@
{{end}}
{{with .Site.Params.gitlab}}
- <a href="https://www.gitlab.com/in/{{.}}" target="_blank"><div class="social-link">GitLab</div></a>
+ <a href="https://gitlab.com/{{.}}" target="_blank"><div class="social-link">GitLab</div></a>
{{end}}
{{with .Site.Params.twitter}}
diff --git a/layouts/partials/social-links.html b/layouts/partials/social-links.html
index 465a388..7ce5c52 100644
--- a/layouts/partials/social-links.html
+++ b/layouts/partials/social-links.html
@@ -10,7 +10,7 @@
{{end}}
{{with .Site.Params.gitlab}}
- <a href="https://www.gitlab.com/in/{{.}}" target="_blank"><div class="social-link">GitLab</div></a>
+ <a href="https://gitlab.com/{{.}}" target="_blank"><div class="social-link">GitLab</div></a>
{{end}}
{{with .Site.Params.twitter}}