Skip to content

Commit e444df5

Browse files
committed
added a language description in the html tag and an alt text to an image tag to improve accessibilty
1 parent 70735d3 commit e444df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<title>{% block title %}Binder{% endblock %}</title>
7-
</head>{% block meta_social %}
7+
{% block meta_social %}
88
{# Social media previews #}
99
<meta property="og:title" content="The Binder Project">
1010
<meta property="og:image" content="https://mybinder.org/static/images/logo_social.png">

0 commit comments

Comments
 (0)