Fix some HTML validation errors
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m46s

This commit is contained in:
Lewis Dale 2024-03-14 08:03:45 +00:00
parent aa47fa3c52
commit 46dfcb0a89
2 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ module.exports = function (eleventyConfig) {
},
],
},
generateHTML: (outputUrl) => `<meta property="og:image" content="${outputUrl}">`
});
}

View File

@ -29,7 +29,7 @@
<link rel="me" href="https://social.lol/@lewis">
<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="generator" content="eleventy">