We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ad655 commit 21228bdCopy full SHA for 21228bd
site/config.scriban
@@ -107,3 +107,4 @@ end
107
# Configure some HTML defaults
108
html.head.title = do; ret (page.title == "Home" ? site.title : page.title + " | " + site.title); end
109
html.attributes = 'data-bs-theme="dark" lang="en" itemscope itemtype="http://schema.org/WebPage"'
110
+html.head.metas.add $"<link rel='icon' href='{basepath}/favicon.ico' sizes='32x32'>"
0 commit comments