Skip to content
Snippets Groups Projects
Verified Commit a342524a authored by Jake's avatar Jake :speech_balloon:
Browse files

hide h1 header on index.html

parent 8b75875c
Branches
Tags
No related merge requests found
Pipeline #318855 passed
......@@ -771,3 +771,16 @@ ul.cards li a:hover {
margin-bottom: 0.2em;
}
}
.visuallyhidden {
border: 0px none;
clip: rect(0px, 0px, 0px, 0px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0px;
position: absolute;
width: 1px;
white-space: nowrap;
}
......@@ -3,5 +3,12 @@
{% block breadcrumb %}
{% endblock breadcrumb %}
{% block page_header %}
<header class="visuallyhidden">
<h1>{{ render.softbreak_span(page.title) }}</h1>
</header>
<hr>
{% endblock %}
{% block page_footer %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment