From 5653a241250fb8206a05a29b66e04850850f0fdb Mon Sep 17 00:00:00 2001 From: adnano Date: Wed, 23 Sep 2020 13:54:40 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0be136..6b26c44 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ dst/ Site destination ``` Running `kiln` takes the contents in `src`, runs them through the templates in -`templates`, and outputs the result to `dst`. +`templates`, and writes the result to `dst`. ## Pages @@ -87,8 +87,7 @@ src/posts/post-1.gmi src/posts/post-2.gmi $ cat templates/directory.gmi -{{ range .Pages }} -=> .Permalink +{{ range .Pages }}=> .Permalink {{ end }} $ cat dst/posts/index.gmi