diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-19 22:48:27 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-19 22:48:27 -0600 |
commit | 81d0d609e47d5cdfab3d5db2eff6ec91b5d2773b (patch) | |
tree | 4a9ebd6501d0aa63fd3493d57c8dc73fb3ae47d3 /live/blog/index.html | |
parent | 7e49db5ddefe8c515b5f3931a5c701efaac33d91 (diff) |
add new entry, fix ??? to == syntax for 'mark'
Diffstat (limited to 'live/blog/index.html')
-rw-r--r-- | live/blog/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/live/blog/index.html b/live/blog/index.html index ae1bbee..2cd139b 100644 --- a/live/blog/index.html +++ b/live/blog/index.html @@ -81,7 +81,9 @@ <h2>Articles</h2> <ul class="page-list"> - <h3>June 2022</h3> + <h3>December 2022</h3> + <li>Dec 20 - <a href="https://blog.luevano.xyz/a/rewrote_pyssg_again.html">Rewrote pyssg again</a></li> + <h3>June 2022</h3> <li>Jun 10 - <a href="https://blog.luevano.xyz/g/gogodot_jam3_devlog_1.html">Creating my Go Godot Jam 3 entry using Godot 3.5 devlog 1</a></li> <h3>May 2022</h3> <li>May 29 - <a href="https://blog.luevano.xyz/g/flappybird_godot_devlog_1.html">Creating a FlappyBird clone in Godot 3.5 devlog 1</a></li> |