فهرست منبع

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>