diff --git a/scripts/html5 b/scripts/html5 index 77410073..c166d609 100755 --- a/scripts/html5 +++ b/scripts/html5 @@ -7,12 +7,14 @@ cat <html page + + name="description" content=""> - + -EOM +EOM \ No newline at end of file diff --git a/scripts/pug5 b/scripts/pug5 index 8931ea18..aeef057a 100755 --- a/scripts/pug5 +++ b/scripts/pug5 @@ -5,10 +5,12 @@ doctype html html(lang = "en") head title html page - meta(charset='utf-8') - meta(name='viewport' content='width=device-width, initial-scale=1') + meta(charset="utf-8") + meta(name="viewport" content="width=device-width, initial-scale=1") + meta(name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large") + meta(name="description" content="") link(rel="icon" type="image/x-icon" href="favicon.png") - link(rel='stylesheet' type='text/css' href='css/style.css') + link(rel="stylesheet" type="text/css" href="css/style.css") body script(src="./index.js" default) -EOM +EOM \ No newline at end of file