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 /themes/problematic/layouts | |
parent | 197ae3704fc8f52631551ad695c0210b52cba22b (diff) |
moved RSS to blog only for now
Diffstat (limited to 'themes/problematic/layouts')
-rw-r--r-- | themes/problematic/layouts/partials/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
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> |