Skip to content

Commit 8b3947f

Browse files
committed
re-order posts on index.html
1 parent 5bacf0e commit 8b3947f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
<h1> blog </h1>
99
<ul>
1010
<li>
11-
<small> 31 Oct 2021 </small>
11+
<small> 1 Nov 2021 </small>
12+
<a href="./blog/04_go_test_with_color_output_and_auto_rerun.html">
13+
Go test with color output and auto rerun
14+
</a>
15+
</li>
16+
<li>
17+
<small> 1 Nov 2021 </small>
1218
<a href="./blog/03_git_commands_that_i_cant_remember.html">
1319
GIT commands that I can't remember
1420
</a>
@@ -25,12 +31,6 @@ <h1> blog </h1>
2531
Troubleshooting WSL2 installation
2632
</a>
2733
</li>
28-
<li>
29-
<small> 1 Oct 2021 </small>
30-
<a href="./blog/04_go_test_with_color_output_and_auto_rerun.html">
31-
Go test with color output and auto rerun
32-
</a>
33-
</li>
3434
</ul>
3535
<h2>
3636
<a href="./me.html"> about </a>

0 commit comments

Comments
 (0)