File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends": [
3+ "development"
4+ ],
5+ "hints": {
6+ "meta-viewport": "off"
7+ }
8+ }
Original file line number Diff line number Diff line change 22< html lang ="en ">
33 <!-- adding language description for accessibility -->
44< head >
5+ < meta charset ="utf-8 ">
56 < title > {% block title %}Binder{% endblock %}</ title >
6- {% block meta_social %}
7+ </ head > {% block meta_social %}
78 {# Social media previews #}
89 < meta property ="og:title " content ="The Binder Project ">
910 < meta property ="og:image " content ="https://mybinder.org/static/images/logo_social.png ">
3132 < div class ="container ">
3233 < div class ="row ">
3334 < div id ="logo-container ">
34- < img id ="logo " src ={% block logo_image %} "{{static_url("logo.svg")}}"{% endblock logo_image %} width="390px " />
35+ < img id ="logo " src ={% block logo_image %} "{{static_url("logo.svg")}}"{% endblock logo_image %} width="390px " alt =" BinderHub's logo " />
3536 </ div >
3637 </ div >
3738 </ div >
You can’t perform that action at this time.
0 commit comments