Skip to content

Commit 9a06f0f

Browse files
committed
Add links to 0.18 blog post on /blog
1 parent 2a019e4 commit 9a06f0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/blog.elm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ blog = """
1515
1616
### Articles
1717
18+
* [The Perfect Bug Report](/blog/the-perfect-bug-report)
1819
* [Blazing Fast HTML, Round Two](/blog/blazing-fast-html-round-two)
1920
* [How to Use Elm at Work](/blog/how-to-use-elm-at-work)
2021
* [A Farewell to FRP](/blog/farewell-to-frp)
@@ -39,6 +40,11 @@ blog = """
3940
4041
<table class="releases">
4142
<tbody>
43+
<tr>
44+
<td>[0.18][18]</td>
45+
<td>New debugger with session import/export</td>
46+
<td>Nov</td>
47+
</tr>
4248
<tr>
4349
<td>[0.17][17]</td>
4450
<td>Add subscriptions, remove signals</td>
@@ -185,6 +191,7 @@ blog = """
185191
[151]: /blog/compiler-errors-for-humans
186192
[16]: /blog/compilers-as-assistants
187193
[17]: /blog/farewell-to-frp
194+
[18]: /blog/the-perfect-bug-report
188195
189196
<br>
190197

0 commit comments

Comments
 (0)