summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-21 21:13:07 +0100
committermms <michal@sapka.me>2024-02-21 21:13:07 +0100
commit828acb182ab2ed7a7320ebb138bf55579da1c322 (patch)
treef069d091e985e854de832ab90e847990bcb54366 /layouts/_default/baseof.html
parent90f8e4a8362c109a8cf046d71d6475deb1b5803e (diff)
feat: new emacs homepage
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 83ef4a6..f92b8b9 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -31,7 +31,8 @@
<meta name="twitter:description" content="{{ .Params.Abstract | default .Site.Params.DefaultDescription}}" >
<link rel="canonical" href="{{ .Permalink }}">
- <link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>
+ <link rel='alternate' type='application/rss+xml' title="Feed with all changes" href='/index.xml'>
+ <link rel='alternate' type='application/rss+xml' title="Feed with Emacs changes" href='/emacs/rss.xml'>
<meta name="robots" content="index, follow">
{{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">{{end}}
<link rel="me" href="https://emacs.ch/@mms">