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