Add RSS link

main
Stef Dunlap 2022-07-21 12:50:41 -04:00
parent e2138effd7
commit 5dce6a9c9b
2 changed files with 7 additions and 5 deletions

View File

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

View File

@ -5,7 +5,10 @@
<title>{{ block "title" . }}
{{ .Site.Title }}
{{ end }}</title>
<link rel="stylesheet" type="text/css" href='{{ "./style.css" | relURL}}'>
<link rel="stylesheet" type="text/css" href='{{ "style.css" | relURL}}'>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
</head>
<body>
<!-- Code that all your templates share, like a header -->