Fixup css file path for tilde town

main
Stef Dunlap 2022-05-17 22:35:01 -04:00
parent 4020dd2a85
commit 0bef55e81b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
baseURL = 'https://kindrobot.ca/'
languageCode = 'en-ca'
title = 'kindrobot.ca'
relativeURLs = true
enableEmoji = true
[markup]

View File

@ -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 -->