diff options
author | Mark Powers <mark@marks.kitchen> | 2024-05-22 20:20:00 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2024-05-22 20:20:00 -0500 |
commit | 4a7862b0f1c7cec898bfa08114819a74690d4962 (patch) | |
tree | 813a3547df9bc50fea9c8807c67cdac1b2ca3423 /themes/markskitchen/layouts/partials | |
parent | edce1c0b75831490080c3955e70d298bb5bcbc7d (diff) |
Add huginn post
Diffstat (limited to 'themes/markskitchen/layouts/partials')
-rw-r--r-- | themes/markskitchen/layouts/partials/footer.html | 2 | ||||
-rw-r--r-- | themes/markskitchen/layouts/partials/head.html | 3 |
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 <<span class="email">mark</span>> © 2022 </div> + <div>Mark Powers <<span class="email">mark</span>> © 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" . }} |