Browse Source

Use a header element for header template

Thibaud Colas 1 năm trước cách đây
mục cha
commit
018248bcd8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>