diff options
Diffstat (limited to 'public/blog.html')
| -rw-r--r-- | public/blog.html | 5 |
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>
|
