From 48db1ebc07c6f54f3a20940f47d339f55ad16f65 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Fri, 30 Aug 2024 15:32:13 +0200 Subject: [PATCH] comment out --- examples/gno.land/r/leon/home/home.gno | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/gno.land/r/leon/home/home.gno b/examples/gno.land/r/leon/home/home.gno index 060d93fb949..1f6a07e8959 100644 --- a/examples/gno.land/r/leon/home/home.gno +++ b/examples/gno.land/r/leon/home/home.gno @@ -57,7 +57,8 @@ func Render(path string) string { } func renderBlogPosts() string { - out := "## Leon's Blog Posts" + out := "" + //out += "## Leon's Blog Posts" // todo fetch blog posts authored by @leohhhn // and render them