commit b17deee9bb62b581455400807b246a4a0c729d08
parent ec32a2cae8a20caff76d20e3ede4485cbeecf984
Author: Augustin Fabre <augustin@augfab.fr>
Date: Wed, 16 Oct 2019 08:30:24 +0200
use <meta generator> tag
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
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">
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">