From 41d38509d46e27ad464798a23e7d39d29ac170d9 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 29 Aug 2025 14:22:59 -0400 Subject: misc: re-indent --- projects/msg.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'projects/msg.md') diff --git a/projects/msg.md b/projects/msg.md index 64893cb..a9c4989 100644 --- a/projects/msg.md +++ b/projects/msg.md @@ -23,11 +23,11 @@ $ ./msg -h msg: The Minimal Static Site Generator Usage: ./msg [-h] [-w] [-v] [-o ] - -h : Help - -w : Watch working directory for changes - -v : Verbose - -o : Output directory - : Working directory +-h : Help +-w : Watch working directory for changes +-v : Verbose +-o : Output directory +: Working directory ``` ### Site Structure @@ -42,7 +42,7 @@ Usage: ./msg [-h] [-w] [-v] [-o ] │   ├── navbar.html ├── projects.html └── templates - └── base.html +└── base.html ``` ### Features @@ -52,10 +52,10 @@ Usage: ./msg [-h] [-w] [-v] [-o ] ```html - - {{ include "navbar.html" }} - ... - + +{{ include "navbar.html" }} +... + ``` @@ -64,12 +64,12 @@ Usage: ./msg [-h] [-w] [-v] [-o ] ```html - - {{ content "head" }} - - - {{ body }} - + +{{ content "head" }} + + +{{ body }} + -- cgit v1.2.3