From f5b9969011970ba0f32c61fd4840a5fe1a63c094 Mon Sep 17 00:00:00 2001
From: Christian Oliff <christianoliff@yahoo.com>
Date: Fri, 10 Nov 2017 18:19:59 +0900
Subject: [PATCH] Remove unnecessary title tag from links in footer

Remove unnecessary title tag from links in footer
---
 material/partials/footer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/material/partials/footer.html b/material/partials/footer.html
index 761c0009..449d9dfc 100644
--- a/material/partials/footer.html
+++ b/material/partials/footer.html
@@ -45,9 +45,9 @@
           </div>
         {% endif %}
         powered by
-        <a href="http://www.mkdocs.org" title="MkDocs">MkDocs</a>
+        <a href="http://www.mkdocs.org">MkDocs</a>
         and
-        <a href="https://squidfunk.github.io/mkdocs-material/" title="Material for MkDocs">
+        <a href="https://squidfunk.github.io/mkdocs-material/">
           Material for MkDocs</a>
       </div>
       {% block social %}
-- 
GitLab