From 5dce6a9c9babf17de45e95fd1f964a0fc30ed948 Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Thu, 21 Jul 2022 12:50:41 -0400 Subject: [PATCH] Add RSS link --- config.toml | 7 +++---- layouts/_default/baseof.html | 5 ++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 20c85f1..54af290 100644 --- a/config.toml +++ b/config.toml @@ -1,10 +1,9 @@ -baseURL = 'https://kindrobot.ca/' +baseURL = 'https://tilde.town/~kindrobot' languageCode = 'en-ca' -title = 'kindrobot.ca' -relativeURLs = true +title = 'kindrobot' enableEmoji = true [markup] [markup.goldmark] [markup.goldmark.renderer] - unsafe = true \ No newline at end of file + unsafe = true diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4c7fc11..331a834 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,10 @@ {{ block "title" . }} {{ .Site.Title }} {{ end }} - + + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}}