Compare commits
No commits in common. "e91e43d1a38ad4f03fc590f0b9fe790be4ace9df" and "a9c945dd4ea1a5a7f4d2903fd356fd43b8132cdb" have entirely different histories.
e91e43d1a3
...
a9c945dd4e
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
theme = "blowfish"
|
theme = "blowfish"
|
||||||
baseURL = "https://web.demo.myco.systems/"
|
baseURL = "https://web.myco.systems/"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
enableRobotsTXT = false
|
enableRobotsTXT = false
|
||||||
|
|
|
@ -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"
|
||||||
/>
|
/>
|
Loading…
Add table
Reference in a new issue