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/' baseURL = 'https://kindrobot.ca/'
languageCode = 'en-ca' languageCode = 'en-ca'
title = 'kindrobot.ca' title = 'kindrobot.ca'
relativeURLs = true
enableEmoji = true enableEmoji = true
[markup] [markup]

View File

@ -5,7 +5,7 @@
<title>{{ block "title" . }} <title>{{ block "title" . }}
{{ .Site.Title }} {{ .Site.Title }}
{{ end }}</title> {{ end }}</title>
<link rel="stylesheet" type="text/css" href="/style.css"> <link rel="stylesheet" type="text/css" href='{{ "./style.css" | relURL}}'>
</head> </head>
<body> <body>
<!-- Code that all your templates share, like a header --> <!-- Code that all your templates share, like a header -->