Compare commits
2 commits
a9c945dd4e
...
e91e43d1a3
Author | SHA1 | Date | |
---|---|---|---|
e91e43d1a3 | |||
17724e8442 |
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
theme = "blowfish"
|
||||
baseURL = "https://web.myco.systems/"
|
||||
baseURL = "https://web.demo.myco.systems/"
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
enableRobotsTXT = false
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="styles/blue/apple-touch-icon.png"
|
||||
href="/styles/blue/apple-touch-icon.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="styles/blue/favicon-32x32.png"
|
||||
href="/styles/blue/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="styles/blue/favicon-16x16.png"
|
||||
/>
|
||||
href="/styles/blue/favicon-16x16.png"
|
||||
/>
|
Loading…
Add table
Reference in a new issue