summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-19 15:35:03 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-19 15:35:03 +0100
commit8fb881fd31889390c1ea4bce717e81ba52041d1f (patch)
treedc5876ccedc091b69f84611a24c8ce2a7afbd6df
parent61b773f06952c66bad5f1f12fb8fc30d6582e86a (diff)
added RSS link
-rw-r--r--config.toml1
-rw-r--r--themes/problematic/layouts/partials/header.html1
2 files changed, 2 insertions, 0 deletions
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 }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a> {{ .Post }}
{{- end }}
+ <a href="https://yulqen.org/index.xml">RSS</a>
</nav>
<hr class="new1">
</header>