summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/markskitchen/layouts/partials/footer.html2
-rw-r--r--themes/markskitchen/layouts/partials/head.html3
2 files changed, 4 insertions, 1 deletions
diff --git a/themes/markskitchen/layouts/partials/footer.html b/themes/markskitchen/layouts/partials/footer.html
index 19c1837..ecf9420 100644
--- a/themes/markskitchen/layouts/partials/footer.html
+++ b/themes/markskitchen/layouts/partials/footer.html
@@ -1,3 +1,3 @@
<footer>
- <div>Mark Powers &lt;<span class="email">mark</span>&gt; &#169; 2022 </div>
+ <div>Mark Powers &lt;<span class="email">mark</span>&gt; &#169; 2023 </div>
</footer>
diff --git a/themes/markskitchen/layouts/partials/head.html b/themes/markskitchen/layouts/partials/head.html
index 1dac155..29e9f49 100644
--- a/themes/markskitchen/layouts/partials/head.html
+++ b/themes/markskitchen/layouts/partials/head.html
@@ -25,6 +25,9 @@
<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
+ <!-- custom feeds -->
+ <link rel="alternative" type="application/rss+xml" href="https://huginn.marks.kitchen/users/1/web_requests/23/reblogs.xml" title="Mark's Reblogs" />
+
<!-- schema -->
{{ template "_internal/schema.html" . }}