URI:
       config.cfg: add spaces around variable assignment (=) - saait - the most boring static page generator
  HTML git clone git://git.codemadness.org/saait
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 61e26836e8656a48af28af693c506b022244cc2d
   DIR parent 8d49f005a4bf2ed3812331dafd8090891960e86c
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 21 Feb 2020 15:25:56 +0100
       
       config.cfg: add spaces around variable assignment (=)
       
       Diffstat:
         M config.cfg                          |      22 +++++++++++-----------
       
       1 file changed, 11 insertions(+), 11 deletions(-)
       ---
   DIR diff --git a/config.cfg b/config.cfg
       @@ -1,27 +1,27 @@
       -# defaults: but can be overwritten by any page.
       +# defaults: can be overwritten by any page.
        
        # last updated the site.
       -siteupdated=2017-11-23
       +siteupdated = 2017-11-23
        
        # site title (part of page ${title} probably).
       -sitetitle=Codemadness
       +sitetitle = Codemadness
        # prefix site url.
       -siteurl=https://www.codemadness.org
       +siteurl = https://www.codemadness.org
        # site mail used for contact "mail link".
       -sitemail=hiltjo@AT@codemadness.DOT.org
       +sitemail = hiltjo@AT@codemadness.DOT.org
        # site generator.
       -sitegenerator=saait (https://git.codemadness.org/saait/file/README.html)
       +sitegenerator = saait (https://git.codemadness.org/saait/file/README.html)
        
        # page
        
        # page language.
       -lang=en
       +lang = en
        # author (global default).
       -author=hiltjo
       +author = hiltjo
        # site keywords (global default), don't use too many.
       -keywords=blog, dwm-hiltjo, stagit, stagit-gopher
       +keywords = blog, dwm-hiltjo, stagit, stagit-gopher
        # site description (global default).
       -description=blog with various projects and articles about computer-related things
       +description = blog with various projects and articles about computer-related things
        
        # default title.
       -title=
       +title =