Add "generator" meta tag
authorChristian Weiske <cweiske@cweiske.de>
Mon, 14 Mar 2022 17:31:03 +0000 (18:31 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 14 Mar 2022 17:31:03 +0000 (18:31 +0100)
data/templates/index.htm
data/templates/latest.htm
data/templates/post-like.htm
data/templates/post-reply.htm

index 4862aac5de3bc41c09ac29d9f04cf82d50bffd59..bcf7ee83f9589bab8aa2fc3b268328bfee7d5117 100644 (file)
@@ -6,6 +6,8 @@
   <link rel="token_endpoint" href="{{baseurl}}token.php"/>
   <link rel="micropub" href="{{baseurl}}micropub.php"/>
   <link rel="stylesheet" type="text/css" href="css/index.css"/>
+  <meta name="generator" content="anoweco"/>
+  <link rel="vcs-git" href="https://github.com/cweiske/anoweco"/>
  </head>
  <body>
   <h1>{{title}}</h1>
index 29f4e710a242c38e55c2daa0a3377dd034ad5712..62868196515e68ed1587f4a946ffbad0817f2648 100644 (file)
@@ -4,6 +4,7 @@
   <meta charset="utf-8"/>
   <title>Latest comments</title>
   <link rel="stylesheet" type="text/css" href="css/latest.css"/>
+  <meta name="generator" content="anoweco"/>
  </head>
  <body class="h-entry">
   <h1>Latest comments</h1>
index ec3ea6f9be62c68badb3593b1c441270226c1acc..2b7445dcb30b6aa564d603637ee3acf92cf022e4 100644 (file)
@@ -3,6 +3,7 @@
  <head>
   <meta charset="utf-8"/>
   <title>Like of {{attribute(json, 'like-of').0}}</title>
+  <meta name="generator" content="anoweco"/>
  </head>
  <body class="h-entry">
   <h1>Like #{{crow.comment_id}}</h1>
index b95803da23dcd228413a1ebd729bff80b925afa3..bbebfa55b26132fe00b4b56208469186981a2ac4 100644 (file)
@@ -3,6 +3,7 @@
  <head>
   <meta charset="utf-8"/>
   <title>Comment to {{attribute(json, 'in-reply-to').0}}</title>
+  <meta name="generator" content="anoweco"/>
  </head>
  <body class="h-entry">
   <h1>Comment #{{crow.comment_id}}</h1>