diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 08:16:22 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-26 08:16:22 +0100 |
commit | 676667ba0ed8b0a75fe7f1a76ffd4af793ede0da (patch) | |
tree | af520e7ec510d4a2167a6db5ef991e37aac81949 | |
parent | 197ae3704fc8f52631551ad695c0210b52cba22b (diff) |
moved RSS to blog only for now
-rw-r--r-- | config.toml | 1 | ||||
-rw-r--r-- | content/blog/_index.md | 2 | ||||
-rw-r--r-- | themes/problematic/layouts/partials/header.html | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 4f6061d..2f0014a 100644 --- a/config.toml +++ b/config.toml @@ -61,7 +61,6 @@ pygmentsUseClasses = true title = "Tags" url = "/tags/" weight = 20 - post = '| ' [permalinks] diff --git a/content/blog/_index.md b/content/blog/_index.md index 5f2671e..bbf409a 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,3 +1,5 @@ +[RSS feed](index.xml) + These short and pithy entries into the annals of the internet cannot be missed. There are a few subjects that mean something (cats, plaintext) and some that mean nothing. The only reason I have included these paragraphs is to understand the function of `_index.md` in Hugo. diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html index be9f557..9a2fffa 100644 --- a/themes/problematic/layouts/partials/header.html +++ b/themes/problematic/layouts/partials/header.html @@ -4,7 +4,6 @@ {{ 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> |