Skip to content
Snippets Groups Projects
Commit e1f4b0f3 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Use headline ID instead of class

parent bed76df3
No related branches found
No related tags found
No related merge requests found
......@@ -361,7 +361,7 @@ document.addEventListener("DOMContentLoaded", () => {
}
// enable scroll to Top
scrollToTop('.headline', '#menu-scroll-to-top-div');
scrollToTop('#headline', '#menu-scroll-to-top-div');
});
</script>
{% endblock %}
......@@ -231,7 +231,7 @@
<div class="container">
{% endif %}
<div class="row">
<div class="col s12 headline">
<div class="col s12" id="headline">
<h2>{{ headline }}</h2>
</div>
{{ insert_content() }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment