aboutsummaryrefslogtreecommitdiff
path: root/structure
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-22 18:14:49 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-22 18:14:49 -0300
commit7d9cecf0c7ff426a69eb29219fe247f037c2eb24 (patch)
treec76b296fe1a1dd4b854491d42df257dc301c11ef /structure
parent008afb53ba9dbae26dfb56b6ecdf9a59f585533f (diff)
downloadbookup-7d9cecf0c7ff426a69eb29219fe247f037c2eb24.tar.gz
bookup-7d9cecf0c7ff426a69eb29219fe247f037c2eb24.tar.bz2
Feat: RSS: add links in the HTML header
Diffstat (limited to 'structure')
-rw-r--r--structure/book/en/00-header.html2
-rw-r--r--structure/book/pt-br/00-header.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/structure/book/en/00-header.html b/structure/book/en/00-header.html
new file mode 100644
index 0000000..94b4620
--- /dev/null
+++ b/structure/book/en/00-header.html
@@ -0,0 +1,2 @@
+<link rel="alternate" type="application/atom+xml" href="/atom.xml" />
+<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
diff --git a/structure/book/pt-br/00-header.html b/structure/book/pt-br/00-header.html
new file mode 100644
index 0000000..94b4620
--- /dev/null
+++ b/structure/book/pt-br/00-header.html
@@ -0,0 +1,2 @@
+<link rel="alternate" type="application/atom+xml" href="/atom.xml" />
+<link rel="alternate" type="application/rss+xml" href="/rss.xml" />