diff options
author | gennyble <gen@nyble.dev> | 2024-12-08 06:53:59 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-08 06:53:59 -0600 |
commit | 88c79031efd681aaf96c2148de52221baadc1fb7 (patch) | |
tree | 8cb0ba7b8c5135c468014e4d1d167af0ff933c63 /served/words/words.html | |
parent | 153bd04b88e6b1ea299dab4f3bbff2b45ceb82ff (diff) | |
download | ∞-88c79031efd681aaf96c2148de52221baadc1fb7.tar.gz ∞-88c79031efd681aaf96c2148de52221baadc1fb7.zip |
2024-12-08 06:53 CST
Diffstat (limited to 'served/words/words.html')
-rwxr-xr-x | served/words/words.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/served/words/words.html b/served/words/words.html index 76de6f9..587d021 100755 --- a/served/words/words.html +++ b/served/words/words.html @@ -16,6 +16,14 @@ The writing is part of the website <a href="/atom.xml">Atom Feed</a>. <section id="weeknotes-section"> <h2 id="weeknotes">weeknotes</h2> <h3 id="what-weeknotes"><a href="weeknotes/what.html">what?</a></h3> + <ul class="wk-list"> + <li><a href="weeknotes/48.html">48</a></li> + <li class="miss">47</li> + <li><a href="a-really-long-week.html">a really long week</a></li> + <li class="miss">45</li> + <li class="miss">44</li> + <li>nov</li> + </ul> <ul id="weeknotes-ifc"> <li>sol</li> <li class="month"><a href="weeknotes/2024/sol.html">complete</a></li> @@ -46,6 +54,7 @@ The writing is part of the website <a href="/atom.xml">Atom Feed</a>. <section id="written"> <h2>technical writings;<br>project updates</h2> - <a href="akkoma-postgres-migration.html">Akkoma Postgres Migration</a> + <!--<a href="akkoma-postgres-migration.html">Akkoma Postgres Migration</a>--> + <a href="debugging-my-sql-query.html">Debugging My SQL Query</a> </section> </div> \ No newline at end of file |