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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Qualls <aqualls@gitlab.com>2021-04-22 00:42:13 +0300
committerAmy Qualls <aqualls@gitlab.com>2021-04-22 00:42:13 +0300
commitac9583efaa8c18f679862722611f0141c6fb52fd (patch)
tree578b9b5f5773b5d61976d7f1e964582211c7df99 /layouts
parentec7b47abe6bedb54226cc6de4ab6eb0bf39ef777 (diff)
Misused alt tags in footer of page
Alt tags are for images, not text links. Not sure why these links got alt tags...
Diffstat (limited to 'layouts')
-rw-r--r--layouts/footer.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/footer.html b/layouts/footer.html
index 16175a4c..36d5e657 100644
--- a/layouts/footer.html
+++ b/layouts/footer.html
@@ -25,22 +25,22 @@
<div class="col-12 py-1">
<ul class="list-unstyled list-group list-group-horizontal flex-wrap">
<li class="pr-3">
- <a href='https://gitlab.com/gitlab-org/gitlab-docs' alt='Docs Repo'>Docs Repo</a>
+ <a href='https://gitlab.com/gitlab-org/gitlab-docs'>Docs Repo</a>
</li>
<li class="pr-3">
- <a href='https://about.gitlab.com/company/' alt='About GitLab'>About GitLab</a>
+ <a href='https://about.gitlab.com/company/'>About GitLab</a>
</li>
<li class="pr-3">
- <a href='https://about.gitlab.com/terms/' alt='Terms'>Terms</a>
+ <a href='https://about.gitlab.com/terms/'>Terms</a>
</li>
<li class="pr-3">
- <a href='https://about.gitlab.com/privacy/' alt='Privacy Policy'>Privacy Policy</a>
+ <a href='https://about.gitlab.com/privacy/'>Privacy Policy</a>
</li>
<li class="pr-3">
- <a href='https://about.gitlab.com/privacy/cookies/' alt='Cookies Policy' class="text-decoration-none">Cookies Policy</a>
+ <a href='https://about.gitlab.com/privacy/cookies/' class="text-decoration-none">Cookies Policy</a>
</li>
<li class="pr-3">
- <a href='https://about.gitlab.com/company/contact/' alt='Contact Us'>Contact</a>
+ <a href='https://about.gitlab.com/company/contact/'>Contact</a>
</li>
</ul>
</div>