Compare commits

..

2 commits

Author SHA1 Message Date
e91e43d1a3 fix favicons.html
All checks were successful
Hugo / build (push) Successful in 28s
2024-04-16 15:38:42 -04:00
17724e8442 update base url for demo 2024-04-16 15:31:05 -04:00
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
theme = "blowfish" theme = "blowfish"
baseURL = "https://web.myco.systems/" baseURL = "https://web.demo.myco.systems/"
defaultContentLanguage = "en" defaultContentLanguage = "en"
enableRobotsTXT = false enableRobotsTXT = false

View file

@ -1,17 +1,17 @@
<link <link
rel="apple-touch-icon" rel="apple-touch-icon"
sizes="180x180" sizes="180x180"
href="styles/blue/apple-touch-icon.png" href="/styles/blue/apple-touch-icon.png"
/> />
<link <link
rel="icon" rel="icon"
type="image/png" type="image/png"
sizes="32x32" sizes="32x32"
href="styles/blue/favicon-32x32.png" href="/styles/blue/favicon-32x32.png"
/> />
<link <link
rel="icon" rel="icon"
type="image/png" type="image/png"
sizes="16x16" sizes="16x16"
href="styles/blue/favicon-16x16.png" href="/styles/blue/favicon-16x16.png"
/> />