Skip to content

Commit

Permalink
Rename blog.html to blog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Nov 5, 2023
1 parent d5ba813 commit 00b6e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blog.html → blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% endfor %}
</ul>

<h2>Runtime optimization, the series</h2>
## Runtime optimization, the series
<ul>
{% assign posts_chrono = site.posts | where: "series","runtime-opt" | reverse %}
{% for post in posts_chrono %}
Expand All @@ -27,8 +27,8 @@ <h2>Runtime optimization, the series</h2>
{% endfor %}
</ul>

<h2>Compiling a Lisp, the series</h2>
## Compiling a Lisp, the series
{% include compiling_a_lisp.md %}

<h2>Writing a Lisp, the series</h2>
## Writing a Lisp, the series
{% include writing_a_lisp.md %}

0 comments on commit 00b6e30

Please sign in to comment.