diff --git a/docs/kiln.1.scd b/docs/kiln.1.scd index 4985c80..9e530d5 100644 --- a/docs/kiln.1.scd +++ b/docs/kiln.1.scd @@ -222,8 +222,8 @@ command to convert Gemini text to HTML. # Export an HTML version of the site [tasks.exporthtml] - input_ext = ".html" - output_ext = ".gmi" + input_ext = ".gmi" + output_ext = ".html" template_ext = ".gmi" postprocess = "gmnitohtml" static_dir = "static"