Skip to content

Commit a8d22bd

Browse files
author
mrmrs
committed
Adds time to blog post.
1 parent 1b76f46 commit a8d22bd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ <h1 class="h1">Lists</h1>
115115
<li>List Item 5</li>
116116
<li>List Item 6</li>
117117
</ul>
118+
<ol class="list-vertical">
119+
<li>First</li>
120+
<li>Second</li>
121+
<li>Third</li>
122+
<li>Fourth</li>
123+
<li>Fifth</li>
124+
<li>Sixth</li>
125+
</ol>
118126
<dl class="list-stats">
119127
<dt class="list-stats-label">
120128
Kick
@@ -313,7 +321,7 @@ <h1>New hawtness</h1>
313321

314322
<section>
315323
<header>
316-
<h1> Miscellaneou Stuff</h1>
324+
<h1>Random Stuff</h1>
317325
</header>
318326
<small>This is for things like copyright info</small>
319327
<s>Content that isn't accurate or relevant anymore.</s>
@@ -324,7 +332,7 @@ <h1> Miscellaneou Stuff</h1>
324332
<var>f</var>(<var>x</var>) = <var>a</var><sub>0</sub> + <var>a</var><sub>1</sub><var>x</var> +
325333
<var>a</var><sub>2</sub><var>x</var><sup>2</sup>, where <var>a</var><sup>2</sup> ≠ 0
326334
</p>
327-
<time>6 August, 2010</time>
335+
<time datetime="2013-09-07" pubdate>07 September 2013</time>
328336
</section>
329337

330338
<section>

0 commit comments

Comments
 (0)