use <meta generator> tag - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b17deee9bb62b581455400807b246a4a0c729d08 | |
parent ec32a2cae8a20caff76d20e3ede4485cbeecf984 | |
Author: Augustin Fabre <[email protected]> | |
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(-) | |
--- | |
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.ht… | |
<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" titl… | |
<link rel="icon" href="/favicon.png" type="image/png" /> | |
- <!-- This site is created using saait: https://git.codemadness.org/saa… | |
</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.ht… | |
<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" titl… | |
<link rel="icon" href="/favicon.png" type="image/png" /> | |
- <!-- This site is created using saait: https://git.codemadness.org/saa… | |
</head> | |
<body> | |
<nav id="menuwrap"> |