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:
authorCrazedProgrammer <crazedprogrammer@gmail.com>2017-08-24 03:31:35 +0300
committerCrazedProgrammer <crazedprogrammer@gmail.com>2017-08-24 03:31:35 +0300
commitfbdea1a491b3a2afe5455971edf5d1cdc5322659 (patch)
tree34ee046d97c11d35aea584b042eb26473687e6f9
parent17e94fcb598e11baa257aec8a3d8faf453e4f6d5 (diff)
Change www.gitlab.com to gitlab.com to be consistent with github.comv1.0.1
-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 da285a0..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/{{.}}" 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 603b4b2..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/{{.}}" 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}}