1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-17 16:47:19 +03:00

Add generator meta tag

This commit is contained in:
Brent Jackson 2017-09-15 14:00:29 -04:00
parent 448276ccad
commit 9224911657

View File

@ -16,6 +16,7 @@ module.exports = ({
h('head', null,
h('title', null, title),
h('meta', { charSet: 'utf-8' }),
h('meta', { name: 'generator', content: 'Compositor x0' }),
meta('viewport', 'width=device-width, initial-scale=1'),
meta('description', description),
image && meta('og:image', image),