Fix some HTML validation errors
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m46s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m46s
This commit is contained in:
parent
aa47fa3c52
commit
46dfcb0a89
@ -13,5 +13,6 @@ module.exports = function (eleventyConfig) {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
generateHTML: (outputUrl) => `<meta property="og:image" content="${outputUrl}">`
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -29,7 +29,7 @@
|
|||||||
<link rel="me" href="https://social.lol/@lewis">
|
<link rel="me" href="https://social.lol/@lewis">
|
||||||
<link rel="me" href="https://github.com/LewisDaleUK">
|
<link rel="me" href="https://github.com/LewisDaleUK">
|
||||||
|
|
||||||
<link rel="webmention" href="https://webmention.io/lewisdale.dev/webmention" />
|
<link rel="webmention" href="https://webmention.io/lewisdale.dev/webmention">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="generator" content="eleventy">
|
<meta name="generator" content="eleventy">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user