Hi,

it would be nice if public-inbox could extend the HTML pages it
generates with the "generator" meta tag [0].
Especially the version would be useful.

This would help users during debugging to see the specific version of
public-inbox they are looking at.

For example:

<head>
  <title>Some page</title>
  <meta name="generator" content="public-inbox 1.9.0" />
</head>

[0] https://html.spec.whatwg.org/multipage/semantics.html#meta-generator

Thanks,
Thomas

Reply via email to