Skip to content
Snippets Groups Projects
Commit f5b99690 authored by Christian Oliff's avatar Christian Oliff Committed by Martin Donath
Browse files

Remove unnecessary title tag from links in footer

Remove unnecessary title tag from links in footer
parent 80cc66a1
No related branches found
No related tags found
No related merge requests found
...@@ -45,9 +45,9 @@ ...@@ -45,9 +45,9 @@
</div> </div>
{% endif %} {% endif %}
powered by powered by
<a href="http://www.mkdocs.org" title="MkDocs">MkDocs</a> <a href="http://www.mkdocs.org">MkDocs</a>
and 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> Material for MkDocs</a>
</div> </div>
{% block social %} {% block social %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment