Use semantic markup — header and article tags — in HTML view.

This commit is contained in:
Brent Simmons 2019-02-04 18:03:35 -08:00
parent ba5d8888a7
commit c4e97c028b
1 changed files with 6 additions and 4 deletions

View File

@ -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>