From b69e90b70a08d27a83c3a06a76245d7dcee44284 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 20 Jun 2023 01:30:00 -0700 Subject: [PATCH] :construction: Set up more in html5 and pug5 --- scripts/html5 | 6 ++++-- scripts/pug5 | 10 ++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) 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