diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-05-30 22:57:02 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-05-30 22:57:02 -0500 |
commit | 839865b913182f6ab294ae48b692cc037a6e456d (patch) | |
tree | 3083479ae8ab5d55fbec819eabaddcdf56e9d4b6 /theme/templates/index.html | |
parent | b3d74df73a9663c3f5c5ba8eed23ab66764c12b6 (diff) | |
download | cleberg.net-839865b913182f6ab294ae48b692cc037a6e456d.tar.gz cleberg.net-839865b913182f6ab294ae48b692cc037a6e456d.tar.bz2 cleberg.net-839865b913182f6ab294ae48b692cc037a6e456d.zip |
feat(blog): add it-audit-career post
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r-- | theme/templates/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 50e8e11..c31ca13 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -10,6 +10,11 @@ sub rsa4096 2022-11-16 [E]</pre> <h2>Recent Blog Posts</h2> <div class="post"> + <time datetime="2025-05-30 10:53:28">2025-05-30</time> + <a href="/blog/it-audit-career.html">Future-Proof Your Audit Career: Emerging Technologies</a> + </div> + + <div class="post"> <time datetime="2025-05-02 Fri 21:10:00">2025-05-02</time> <a href="/blog/asahi-linux.html">Trying Out Asahi Linux on the M2 Macbook Pro 16"</a> @@ -21,11 +26,6 @@ sub rsa4096 2022-11-16 [E]</pre> GitLab</a> </div> - <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> - </div> - <br /> <a href="/blog/">All Posts →</a> </section> |