Fixup css file path for tilde town
parent
4020dd2a85
commit
0bef55e81b
|
@ -1,6 +1,7 @@
|
|||
baseURL = 'https://kindrobot.ca/'
|
||||
languageCode = 'en-ca'
|
||||
title = 'kindrobot.ca'
|
||||
relativeURLs = true
|
||||
|
||||
enableEmoji = true
|
||||
[markup]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>{{ block "title" . }}
|
||||
{{ .Site.Title }}
|
||||
{{ end }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
<link rel="stylesheet" type="text/css" href='{{ "./style.css" | relURL}}'>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Code that all your templates share, like a header -->
|
||||
|
|
Loading…
Reference in New Issue