diff options
| author | Christian Cleberg <[email protected]> | 2025-01-24 13:42:40 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-01-24 13:42:40 -0600 |
| commit | 2913de9f78e80f431fdb9119279586127d89f7eb (patch) | |
| tree | 7b6f58cd2ee55d5d469132dcc0709175cdeffdd7 /theme/templates/index.html | |
| parent | a8ecf2566c65c209c95e3b2b07cfc220ca07a28e (diff) | |
| download | cleberg.net-2913de9f78e80f431fdb9119279586127d89f7eb.tar.gz cleberg.net-2913de9f78e80f431fdb9119279586127d89f7eb.tar.bz2 cleberg.net-2913de9f78e80f431fdb9119279586127d89f7eb.zip | |
add tandoor blog post
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index e1909dd..1c9c9a4 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -9,6 +9,13 @@ uid [ultimate] Christian Cleberg <[email protected]></pre> <h2>Recent Blog Posts</h2> <div class="post"> + <time datetime="2025-01-23 20:44:45">2025-01-23</time> + <a href="/blog/self-hosting-tandoor.html" + >Self-Hosting Tandoor Recipe Manager</a + > + </div> + + <div class="post"> <time datetime="2024-12-29 17:45:00">2024-12-29</time> <a href="/blog/self-hosting-the-lounge.html" >Self-Hosting The Lounge: An IRC Web Client</a @@ -21,12 +28,6 @@ uid [ultimate] Christian Cleberg <[email protected]></pre> >Using Ollama As a Code Assistant in VS Codium</a > </div> - <div class="post"> - <time datetime="2024-09-23 19:52:20">2024-09-23</time> - <a href="/blog/self-hosting-transmission.html" - >Self-Hosting Transmission Bittorrent Client</a - > - </div> <br /> <a href="/blog/">All Posts →</a> |
