use <meta generator> tag - saait - the most boring static page generator
 (HTM) git clone git://git.codemadness.org/saait
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b17deee9bb62b581455400807b246a4a0c729d08
 (DIR) parent ec32a2cae8a20caff76d20e3ede4485cbeecf984
 (HTM) Author: Augustin Fabre <augustin@augfab.fr>
       Date:   Wed, 16 Oct 2019 08:30:24 +0200
       
       use <meta generator> tag
       
       Diffstat:
         M templates/index.html/header.html    |       2 +-
         M templates/page/header.html          |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/templates/index.html/header.html b/templates/index.html/header.html
       @@ -7,12 +7,12 @@
                <meta content="${keywords}" name="keywords" />
                <meta content="${description}" name="description" />
                <meta content="${author}" name="author" />
       +        <meta content="saait (https://git.codemadness.org/saait/file/README.html)" name="generator" />
                <title>Posts - ${sitetitle}</title>
                <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
                <link rel="stylesheet" href="print.css" type="text/css" media="print" />
                <link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" />
                <link rel="icon" href="/favicon.png" type="image/png" />
       -        <!-- This site is created using saait: https://git.codemadness.org/saait/file/README.html -->
        </head>
        <body>
                <nav id="menuwrap">
 (DIR) diff --git a/templates/page/header.html b/templates/page/header.html
       @@ -7,12 +7,12 @@
                <meta content="${keywords}" name="keywords" />
                <meta content="${description}" name="description" />
                <meta content="${author}" name="author" />
       +        <meta content="saait (https://git.codemadness.org/saait/file/README.html)" name="generator" />
                <title>${title} - ${sitetitle}</title>
                <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
                <link rel="stylesheet" href="print.css" type="text/css" media="print" />
                <link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" />
                <link rel="icon" href="/favicon.png" type="image/png" />
       -        <!-- This site is created using saait: https://git.codemadness.org/saait/file/README.html -->
        </head>
        <body>
                <nav id="menuwrap">