From e93aa001062d6e27e2eb1d347446445f7a4d105d Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Sun, 30 Jun 2024 23:57:34 +0800 Subject: [PATCH] Site documentation favicon. --- site/constructs.pug | 1 + site/favicon.ico | Bin 0 -> 4286 bytes site/getting-started.pug | 1 + site/grammar.pug | 1 + site/index.pug | 1 + 5 files changed, 4 insertions(+) create mode 100644 site/favicon.ico 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 0000000000000000000000000000000000000000..342efcbc3976ec2e34eb2c7b2ffd672f4296b8f1 GIT binary patch literal 4286 zcmc(jX-HI27>2JEWk^&=3lU*Nl%|Nw+!jyk!dX_Wc)ojWr&6qA#V-Wi_x&iT&!z3-X(^KzUGeH|P) z_RD3>;kfx6$E_r&#rYAe&wuF5-cFCc!EqnY`C#%`Pgx9>sb7CO?~SqJL$i!OJxqK5 zTKk|r(CfdDg!rO9h~_SM8s?}5c|#iJkNV*Czx$+-glyn7d}U{WOiTUHjU$L%${PXDRf^~iUQneUh3=V{ z?&wSNvCtMqjbutgJzxp4FmIZT!sq8A@=b-VA{k9dJE6II3SSj(p%foRZ{0)6NrNQF z6`Gur=#x}{%{9bqrga(3q+&o-1EuI7q#^Ent}NUgmLQMtr2KGn6h}k*Fc`Y>B&aiw zqN5}hy|sDd=Yr1CIP_HIknd`=-aCOlX$9mFUXWf~15MU33=QNoUiX74Z3|k&+o8F=51P!q&}8g^GQ}V2^j-X{O05_Q^gjGI*Q7$dFXWe}3Kn-0(t zteR)3;fz)5(w?~lRwaY{{)5h}#Sju*&LRj&*Zl<;orR>aGP!!co`QLpXu2uG6qaY) z_dc?Rkn}y7i%}^e%>>b3IvZA}M!x>=DGj? literal 0 HcmV?d00001 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")