summaryrefslogtreecommitdiff
path: root/public/blog.html
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-30 15:08:19 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-30 15:08:19 -0500
commitd7501b1bd65082f3b44a1bbe8fd43fc3ab917278 (patch)
tree2e822b43f334e9176bc71f018b8f68f010d8daf2 /public/blog.html
parentaa53caa0e8fc049562fc7a4833d41ca52d23ecf4 (diff)
finish
Diffstat (limited to 'public/blog.html')
-rw-r--r--public/blog.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/blog.html b/public/blog.html
index 586e19a..8d05e0e 100644
--- a/public/blog.html
+++ b/public/blog.html
@@ -2,7 +2,10 @@
<html lang="en">
<body>
<main style="min-height: 100vh;">
- <p style="text-align: center;">Come back later once I get around to writing something.</p>
+ <div style="display: grid; justify-content: center;">
+ <a href="/blog/how-to-setup-a-git-server-and-cgit" class="link">How to Self-Host a Git Server</a>
+ <p>Saturday May 30, 2026 2:45:23 PM</p>
+ </div>
</main>
</body>
</html>