From 8fb881fd31889390c1ea4bce717e81ba52041d1f Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 19 Jul 2022 15:35:03 +0100 Subject: added RSS link --- config.toml | 1 + themes/problematic/layouts/partials/header.html | 1 + 2 files changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 7422107..29d0fc7 100644 --- a/config.toml +++ b/config.toml @@ -53,6 +53,7 @@ pygmentsUseClasses = true title = "Tags" url = "/tags/" weight = 20 + post = '| ' [permalinks] diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html index 9a2fffa..be9f557 100644 --- a/themes/problematic/layouts/partials/header.html +++ b/themes/problematic/layouts/partials/header.html @@ -4,6 +4,7 @@ {{ range .Site.Menus.main.ByWeight -}} {{ .Pre }}{{- .Name -}} {{ .Post }} {{- end }} + RSS
-- cgit v1.2.3