File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 84
84
</ head >
85
85
< body >
86
86
< div id ="wrap ">
87
- < div id ="header "{% if page.header-class %} class ="{{ page.header-class }} "{% endif %} >
87
+ < header id ="header "{% if page.header-class %} class ="{{ page.header-class }} "{% endif %} >
88
88
{% if page.logo -%}
89
89
< img alt ="{{ page.title }} logo " src ="{{ page.logo | relative_url }} " width ="128 " height ="128 ">
90
90
{% elsif site.logo -%}
@@ -117,7 +117,7 @@ <h1><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
117
117
{% endfor -%}
118
118
</ select >
119
119
{% endif -%}
120
- </ div >
120
+ </ header >
121
121
122
122
{% comment -%}
123
123
This is primarily intended to remove the trailing slash from the
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: base
3
3
---
4
- < div id ="post ">
4
+ < article id ="post ">
5
5
< h2 > {{ page.title }}</ h2 >
6
6
< h3 > {{ page.date | date_to_long_string }}</ h3 >
7
7
< h3 class ="author "> < a href ="https://github.com/{{ page.author }} "> < img class ="avatar " src ="https://avatars2.githubusercontent.com/{{ page.author }}?v=3&s=80 " alt ="{{ page.author }} " width ="40 " height ="40 "> {{ page.author }}</ a > </ h3 >
@@ -28,4 +28,4 @@ <h3>Latest Posts</h3>
28
28
29
29
{%- include newsletter.html -%}
30
30
</ div >
31
- </ div >
31
+ </ article >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h3>{{ post.date | date_to_string }}</h3>
17
17
{% endfor -%}
18
18
</ ul >
19
19
20
- < div class ="pagination ">
20
+ < nav class ="pagination ">
21
21
{% if paginator.page != 1 %}
22
22
< a href ="/blog/ " class ="first "> « First</ a >
23
23
{% else %}
@@ -41,6 +41,6 @@ <h3>{{ post.date | date_to_string }}</h3>
41
41
{% else %}
42
42
< span class ="last "> Last »</ span >
43
43
{% endif %}
44
- </ div >
44
+ </ nav >
45
45
46
46
{%- include newsletter.html -%}
You can’t perform that action at this time.
0 commit comments