From a81c6f44c56902d950e680a7028fd1546c200d2c Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 14 Dec 2019 07:39:51 +0300 Subject: [PATCH] tutorial: add a title --- tutorials/building-a-simple-web-blog-with-vweb.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/building-a-simple-web-blog-with-vweb.md b/tutorials/building-a-simple-web-blog-with-vweb.md index be84cf6806..8f9922cbd3 100644 --- a/tutorials/building-a-simple-web-blog-with-vweb.md +++ b/tutorials/building-a-simple-web-blog-with-vweb.md @@ -1,3 +1,5 @@ +## Building a 150 KB web blog in V with 0 dependencies + Hello, In this guide we'll build a simple web blog in V.