1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

put hyperglass version in meta tag for troubleshooting

This commit is contained in:
checktheroads
2020-03-22 18:05:04 -07:00
parent fa1397781d
commit 7dfc72c2e7

View File

@@ -44,6 +44,7 @@ export default () => {
<title>{title}</title>
<meta charSet="UTF-8" />
<meta httpEquiv="Content-Type" content="text/html" />
<meta name="hg-version" content={config.hyperglass_version} />
<meta name="description" content={description} />
<meta name="keywords" content={keywords.join(", ")} />
<meta name="author" content={author} />