generated from Seekra/repository-template
feat(legal): add doctype to legal notice build output
This commit is contained in:
@@ -25,6 +25,7 @@ export default async function build () {
|
|||||||
const legalNoticeHtml = md.render(legalNoticeMd);
|
const legalNoticeHtml = md.render(legalNoticeMd);
|
||||||
|
|
||||||
const fullLegalNoticeHTML = `
|
const fullLegalNoticeHTML = `
|
||||||
|
<!doctype html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|||||||
Reference in New Issue
Block a user