summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2024-05-22 20:20:00 -0500
committerMark Powers <mark@marks.kitchen>2024-05-22 20:20:00 -0500
commit4a7862b0f1c7cec898bfa08114819a74690d4962 (patch)
tree813a3547df9bc50fea9c8807c67cdac1b2ca3423 /themes
parentedce1c0b75831490080c3955e70d298bb5bcbc7d (diff)
Add huginn post
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" . }}