diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-05 23:48:38 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-05 23:48:38 -0500 |
commit | 75c8d232964213859c194bca67181987a0118e68 (patch) | |
tree | e4788de05f8bd225f78d580203cdf3a8bb116ae5 /theme/templates | |
parent | 3a1e94b6e502951b551848e972d9ce0650fb59a0 (diff) | |
download | cleberg.net-75c8d232964213859c194bca67181987a0118e68.tar.gz cleberg.net-75c8d232964213859c194bca67181987a0118e68.tar.bz2 cleberg.net-75c8d232964213859c194bca67181987a0118e68.zip |
add new post: git-mirror
Diffstat (limited to 'theme/templates')
-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 6a9f184..2eab14e 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -10,18 +10,19 @@ sub rsa4096 2022-11-16 [E]</pre> <h2>Recent Blog Posts</h2> <div class="post"> - <time datetime="2025-02-24 19:20:05">2025-02-24</time> - <a href="/blog/email-migration.html" >A Painful Email Migration</a> + <time datetime="2025-04-05 23:04:54">2025-04-05</time> + <a href="/blog/git-mirror.html">Mirroring my Repositories from GitHub to + GitLab</a> </div> <div class="post"> - <time datetime="2025-02-11 11:40:00">2025-02-11</time> - <a href="/blog/obscura-vpn.html">A Review of Obscura VPN: A Two-Party VPN</a> + <time datetime="2025-02-24 19:20:05">2025-02-24</time> + <a href="/blog/email-migration.html">A Painful Email Migration</a> </div> <div class="post"> - <time datetime="2025-01-23 20:44:00">2025-01-23</time> - <a href="/blog/self-hosting-tandoor.html">Self-Hosting Tandoor Recipe Manager</a> + <time datetime="2025-02-11 11:40:00">2025-02-11</time> + <a href="/blog/obscura-vpn.html">A Review of Obscura VPN: A Two-Party VPN</a> </div> <br /> |