Преглед на файлове

Use a header element for header template

Thibaud Colas преди 1 година
родител
ревизия
018248bcd8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      bakerydemo/templates/includes/header.html

+ 2 - 2
bakerydemo/templates/includes/header.html

@@ -1,6 +1,6 @@
 {% load navigation_tags %}
 
-<div class="header clearfix">
+<header class="header clearfix">
     <div class="container">
         <div class="navigation" data-navigation>
             <a href="/" class="navigation__logo">The Wagtail Bakery</a>
@@ -54,4 +54,4 @@
             </form>
         </div>
     </div>
-</div>
+</header>