Use semantic markup — header and article tags — in HTML view.
This commit is contained in:
parent
ba5d8888a7
commit
c4e97c028b
|
@ -1,12 +1,14 @@
|
|||
<div class="headerContainer">
|
||||
<header class="headerContainer">
|
||||
<table cellpadding=0 cellspacing=0 border=0 class="headerTable">
|
||||
<tr>
|
||||
<td class="header leftAlign"><span class="feedlink">[[feedlink]]</span><br />[[byline]]</td>
|
||||
[[avatars]]
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</table>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<div class="articleTitle"><h1>[[title]]</h1></div>
|
||||
<div class="articleDateline">[[date_medium]]</div>
|
||||
<div class="articleBody">[[body]]</div>
|
||||
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue