diff --git a/site/constructs.pug b/site/constructs.pug index 284f30b..190f1ce 100644 --- a/site/constructs.pug +++ b/site/constructs.pug @@ -9,6 +9,7 @@ html(lang="en") link(href="styles/customvars.sass", rel="stylesheet") link(href="node_modules/bootswatch/dist/yeti/bootstrap.min.css", rel="stylesheet") link(href="styles/global.sass", rel="stylesheet") + link(href="favicon.ico", rel="shortcut icon") body(class="bg-secondary") div(class="container") diff --git a/site/favicon.ico b/site/favicon.ico new file mode 100644 index 0000000..342efcb Binary files /dev/null and b/site/favicon.ico differ diff --git a/site/getting-started.pug b/site/getting-started.pug index c190897..60eee4b 100644 --- a/site/getting-started.pug +++ b/site/getting-started.pug @@ -9,6 +9,7 @@ html(lang="en") link(href="styles/customvars.sass", rel="stylesheet") link(href="node_modules/bootswatch/dist/yeti/bootstrap.min.css", rel="stylesheet") link(href="styles/global.sass", rel="stylesheet") + link(href="favicon.ico", rel="shortcut icon") body(class="bg-secondary") div(class="container") diff --git a/site/grammar.pug b/site/grammar.pug index 4284813..85d3008 100644 --- a/site/grammar.pug +++ b/site/grammar.pug @@ -9,6 +9,7 @@ html(lang="en") link(href="styles/customvars.sass", rel="stylesheet") link(href="node_modules/bootswatch/dist/yeti/bootstrap.min.css", rel="stylesheet") link(href="styles/global.sass", rel="stylesheet") + link(href="favicon.ico", rel="shortcut icon") body(class="bg-secondary") div(class="container") diff --git a/site/index.pug b/site/index.pug index 6bb3f3b..d60bc61 100644 --- a/site/index.pug +++ b/site/index.pug @@ -9,6 +9,7 @@ html(lang="en") link(href="styles/customvars.sass", rel="stylesheet") link(href="node_modules/bootswatch/dist/yeti/bootstrap.min.css", rel="stylesheet") link(href="styles/global.sass", rel="stylesheet") + link(href="favicon.ico", rel="shortcut icon") body(class="bg-secondary") div(class="container")