summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-26 08:16:22 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-26 08:16:22 +0100
commit676667ba0ed8b0a75fe7f1a76ffd4af793ede0da (patch)
treeaf520e7ec510d4a2167a6db5ef991e37aac81949 /themes
parent197ae3704fc8f52631551ad695c0210b52cba22b (diff)
moved RSS to blog only for now
Diffstat (limited to 'themes')
-rw-r--r--themes/problematic/layouts/partials/header.html1
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>